Class SBMLDiffInterpreter
- java.lang.Object
-
- de.unirostock.sems.bives.algorithm.Interpreter
-
- de.unirostock.sems.bives.sbml.algorithm.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 Summary
Constructors Constructor Description SBMLDiffInterpreter(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt, SBMLDocument sbmlDocA, SBMLDocument sbmlDocB)
Instantiates a new SBML diff interpreter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.unirostock.sems.bives.markup.MarkupDocument
getReport()
Gets the produced report.void
interprete()
-
-
-
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 managersbmlDocA
- the original documentsbmlDocB
- the modified document
-
-