public class SBMLGraphProducer
extends de.unirostock.sems.bives.algorithm.GraphProducer
Constructor | Description |
---|---|
SBMLGraphProducer(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
SBMLDocument sbmlDocA,
SBMLDocument sbmlDocB) |
Instantiates a new SBML graph producer for difference graphs.
|
SBMLGraphProducer(SBMLDocument sbmlDoc) |
Instantiates a new SBML graph producer for single document graphs.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
processRnA() |
Process Reaction Network of the original document.
|
protected void |
processRnB() |
Process Reaction Network of the modified document.
|
protected void |
produceHierarchyGraph() |
|
protected void |
produceReactionNetwork() |
public SBMLGraphProducer(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt, SBMLDocument sbmlDocA, SBMLDocument sbmlDocB)
conMgmt
- the connection managersbmlDocA
- the original documentsbmlDocB
- the modified documentpublic SBMLGraphProducer(SBMLDocument sbmlDoc)
sbmlDoc
- the SBML documentprotected void produceReactionNetwork()
produceReactionNetwork
in class de.unirostock.sems.bives.algorithm.GraphProducer
protected void produceHierarchyGraph()
produceHierarchyGraph
in class de.unirostock.sems.bives.algorithm.GraphProducer
protected void processRnA() throws de.unirostock.sems.bives.exception.BivesUnsupportedException
de.unirostock.sems.bives.exception.BivesUnsupportedException
- the bives unsupported exceptionprotected void processRnB() throws de.unirostock.sems.bives.exception.BivesUnsupportedException
de.unirostock.sems.bives.exception.BivesUnsupportedException
- the bives unsupported exceptionCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.