public class SBMLDiffInterpreter
extends de.unirostock.sems.bives.algorithm.Interpreter
| Constructor | Description |
|---|---|
SBMLDiffInterpreter(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
SBMLDocument sbmlDocA,
SBMLDocument sbmlDocB) |
Instantiates a new SBML diff interpreter.
|
| Modifier and Type | Method | Description |
|---|---|---|
de.unirostock.sems.bives.markup.MarkupDocument |
getReport() |
Gets the produced report.
|
void |
interprete() |
public SBMLDiffInterpreter(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
SBMLDocument sbmlDocA,
SBMLDocument sbmlDocB)
conMgmt - the connection managersbmlDocA - the original documentsbmlDocB - the modified documentCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.