Class Interpreter


  • public abstract class Interpreter
    extends Object
    Author:
    Martin Scharm
    • Field Detail

      • docA

        protected de.unirostock.sems.xmlutils.ds.TreeDocument docA
        The original document.
      • docB

        protected de.unirostock.sems.xmlutils.ds.TreeDocument docB
        The modified document.
    • Constructor Detail

      • Interpreter

        public Interpreter​(SimpleConnectionManager conMgmt,
                           de.unirostock.sems.xmlutils.ds.TreeDocument docA,
                           de.unirostock.sems.xmlutils.ds.TreeDocument docB)
        Instantiates a new interpreter.
        Parameters:
        conMgmt - the connection manager
        docA - the original document
        docB - the modified document
    • Method Detail

      • interprete

        public abstract void interprete()
        Interprete the connections!