Uses of Class
de.unirostock.sems.bives.algorithm.NodeConnection
-
Packages that use NodeConnection Package Description de.unirostock.sems.bives.algorithm de.unirostock.sems.bives.ds -
-
Uses of NodeConnection in de.unirostock.sems.bives.algorithm
Methods in de.unirostock.sems.bives.algorithm with parameters of type NodeConnection Modifier and Type Method Description boolean
SimpleConnectionManager. addConnection(NodeConnection c)
Adds a new connection unless connection exists.Constructors in de.unirostock.sems.bives.algorithm with parameters of type NodeConnection Constructor Description NodeConnection(NodeConnection toCopy)
Instantiates a new connection as a copy of toCopy. -
Uses of NodeConnection in de.unirostock.sems.bives.ds
Methods in de.unirostock.sems.bives.ds with parameters of type NodeConnection Modifier and Type Method Description void
Patch. updateNode(NodeConnection c, SimpleConnectionManager conMgmt)
Update a node.
-