public abstract class Interpreter extends Object
Modifier and Type | Field and Description |
---|---|
protected SimpleConnectionManager |
conMgmt
The connection manager.
|
protected de.unirostock.sems.xmlutils.ds.TreeDocument |
docA
The original document.
|
protected de.unirostock.sems.xmlutils.ds.TreeDocument |
docB
The modified document.
|
Constructor and Description |
---|
Interpreter(SimpleConnectionManager conMgmt,
de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB)
Instantiates a new interpreter.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
interprete()
Interprete the connections!
|
protected SimpleConnectionManager conMgmt
protected de.unirostock.sems.xmlutils.ds.TreeDocument docA
protected de.unirostock.sems.xmlutils.ds.TreeDocument docB
public Interpreter(SimpleConnectionManager conMgmt, de.unirostock.sems.xmlutils.ds.TreeDocument docA, de.unirostock.sems.xmlutils.ds.TreeDocument docB)
conMgmt
- the connection managerdocA
- the original documentdocB
- the modified documentCopyright © 2019 SEMS project @ University of Rostock. All rights reserved.