Uses of Class
de.unirostock.sems.bives.algorithm.Connector
-
Packages that use Connector Package Description de.unirostock.sems.bives.algorithm.general -
-
Uses of Connector in de.unirostock.sems.bives.algorithm.general
Subclasses of Connector in de.unirostock.sems.bives.algorithm.general Modifier and Type Class Description class
IdConnector
Connector to connect nodes with same id.class
LabelConnector
Deprecated.class
XyDiffConnector
The Class XyDiffConnector to map nodes as described in Cobena2002.Constructors in de.unirostock.sems.bives.algorithm.general with parameters of type Connector Constructor Description XyDiffConnector(Connector preprocessor)
Instantiates a new XyDiffConnector.XyDiffConnector(Connector preprocessor, boolean allowDifferentIds, boolean careAboutNames, boolean stricterNames)
Instantiates a new XyDiffConnector.
-