Uses of Interface
de.unirostock.sems.xmlutils.comparison.Connection
-
Packages that use Connection Package Description de.unirostock.sems.xmlutils.comparison de.unirostock.sems.xmlutils.ds -
-
Uses of Connection in de.unirostock.sems.xmlutils.comparison
Methods in de.unirostock.sems.xmlutils.comparison that return Connection Modifier and Type Method Description ConnectionConnectionManager. getConnectionForNode(TreeNode node)Gets the connection for a certain node.Methods in de.unirostock.sems.xmlutils.comparison with parameters of type Connection Modifier and Type Method Description booleanConnectionManager. parentsConnected(Connection c)Check if the parents of two nodes are connected. -
Uses of Connection in de.unirostock.sems.xmlutils.ds
Methods in de.unirostock.sems.xmlutils.ds with parameters of type Connection Modifier and Type Method Description booleanTreeNode. networkDiffers(TreeNode tn, ConnectionManager conMgmr, Connection c)Checks if the network of two nodes differs.
-