Class SBMLDiffInterpreter


  • public class SBMLDiffInterpreter
    extends de.unirostock.sems.bives.algorithm.Interpreter
    The Class SBMLDiffInterpreter to interpret a mapping of SBML models.
    Author:
    Martin Scharm
    • Constructor Detail

      • SBMLDiffInterpreter

        public SBMLDiffInterpreter​(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
                                   SBMLDocument sbmlDocA,
                                   SBMLDocument sbmlDocB)
        Instantiates a new SBML diff interpreter.
        Parameters:
        conMgmt - the connection manager
        sbmlDocA - the original document
        sbmlDocB - the modified document
    • Method Detail

      • getReport

        public de.unirostock.sems.bives.markup.MarkupDocument getReport()
        Gets the produced report.
        Returns:
        the report
      • interprete

        public void interprete()
        Specified by:
        interprete in class de.unirostock.sems.bives.algorithm.Interpreter