public class XyDiffConnector extends Connector
Constructor and Description |
---|
XyDiffConnector(Connector preprocessor)
Instantiates a new XyDiffConnector.
|
XyDiffConnector(de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB)
Instantiates a new XyDiffConnector.
|
Modifier and Type | Method and Description |
---|---|
protected void |
connect()
Inherit to search for connections.
|
protected void |
init()
Initializes the extension.
|
findConnections, getConnections, getDocA, getDocB
public XyDiffConnector(de.unirostock.sems.xmlutils.ds.TreeDocument docA, de.unirostock.sems.xmlutils.ds.TreeDocument docB)
docA
- the original documentdocB
- the modified documentpublic XyDiffConnector(Connector preprocessor)
preprocessor
- the connector to initiate the connectionsprotected void init() throws BivesConnectionException
Connector
init
in class Connector
BivesConnectionException
- the bives connection exceptionprotected void connect() throws BivesConnectionException
Connector
connect
in class Connector
BivesConnectionException
- the bives connection exceptionCopyright © 2015 SEMS project @ University of Rostock. All rights reserved.