Uses of Class
de.unirostock.sems.bives.exception.BivesConnectionException
-
Packages that use BivesConnectionException Package Description de.unirostock.sems.bives.algorithm de.unirostock.sems.bives.algorithm.general de.unirostock.sems.bives.api -
-
Uses of BivesConnectionException in de.unirostock.sems.bives.algorithm
Methods in de.unirostock.sems.bives.algorithm that throw BivesConnectionException Modifier and Type Method Description boolean
SimpleConnectionManager. addConnection(NodeConnection c)
Adds a new connection unless connection exists.protected abstract void
Connector. connect()
Inherit to search for connections.void
Connector. findConnections()
Find connections between nodes of both versions of your document.protected abstract void
Connector. init()
Initializes the extension.protected boolean
Connector. nodeAssign(de.unirostock.sems.xmlutils.ds.TreeNode a, de.unirostock.sems.xmlutils.ds.TreeNode b)
Assign two nodes to each other, as long as they don't have a connection.Constructors in de.unirostock.sems.bives.algorithm that throw BivesConnectionException Constructor Description SimpleConnectionManager(SimpleConnectionManager toCopy)
Instantiates a new connection manager as a copy of toCopy. -
Uses of BivesConnectionException in de.unirostock.sems.bives.algorithm.general
Methods in de.unirostock.sems.bives.algorithm.general that throw BivesConnectionException Modifier and Type Method Description protected void
IdConnector. connect()
protected void
LabelConnector. connect()
Deprecated.protected void
XyDiffConnector. connect()
protected void
IdConnector. init()
protected void
LabelConnector. init()
Deprecated.protected void
XyDiffConnector. init()
-
Uses of BivesConnectionException in de.unirostock.sems.bives.api
Methods in de.unirostock.sems.bives.api that throw BivesConnectionException Modifier and Type Method Description boolean
RegularDiff. mapTrees(boolean allowDifferentIds, boolean careAboutNames, boolean stricterNames)
-