@Deprecated public class LabelConnector extends Connector
tree A: a a b connect: |X| | tree B: a a bThis class is currently deprecated because we don't support the mapping of multiple node. Each node must not have more than one connection. There are cases where this mapper will work like a charm, but it will most likely fail..
allowDifferentIds, careAboutNames, conMgmt, docA, docB, stricterNames
Constructor and Description |
---|
LabelConnector(de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB)
Deprecated.
Instantiates a new label connector.
|
Modifier and Type | Method and Description |
---|---|
protected void |
connect()
Deprecated.
Inherit to search for connections.
|
protected void |
init()
Deprecated.
Initializes the extension.
|
findConnections, getConnections, getDocA, getDocB, nodeAssign
public LabelConnector(de.unirostock.sems.xmlutils.ds.TreeDocument docA, de.unirostock.sems.xmlutils.ds.TreeDocument docB)
docA
- the original documentdocB
- the modified documentprotected void connect() throws BivesConnectionException
Connector
connect
in class Connector
BivesConnectionException
- the bives connection exceptionprotected void init() throws BivesConnectionException
Connector
init
in class Connector
BivesConnectionException
- the bives connection exceptionCopyright © 2019 SEMS project @ University of Rostock. All rights reserved.