public interface ConnectionManager
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnectionForNode(TreeNode node)
Gets the connection for a certain node.
|
boolean |
parentsConnected(Connection c)
Check if the parents of two nodes are connected.
|
boolean parentsConnected(Connection c)
c - the connectionConnection getConnectionForNode(TreeNode node)
null if
there is no connection.node - the node of interestCopyright © 2017 SEMS project @ University of Rostock. All rights reserved.