public class CellMLGraphProducer
extends de.unirostock.sems.bives.algorithm.GraphProducer
| Constructor | Description |
|---|---|
CellMLGraphProducer(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
CellMLDocument cellmlDocA,
CellMLDocument cellmlDocB) |
Instantiates a new CellML graph producer for difference graphs.
|
CellMLGraphProducer(CellMLDocument cellmlDoc) |
Instantiates a new CellML graph producer for single document graphs.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
processHnA() |
Process Hierarchy Network of the original document.
|
protected void |
processHnB() |
Process Hierarchy Network of the modified document.
|
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 CellMLGraphProducer(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
CellMLDocument cellmlDocA,
CellMLDocument cellmlDocB)
conMgmt - the connection managercellmlDocA - the original documentcellmlDocB - the modified documentpublic CellMLGraphProducer(CellMLDocument cellmlDoc)
cellmlDoc - the CellML documentprotected void produceReactionNetwork()
produceReactionNetwork in class de.unirostock.sems.bives.algorithm.GraphProducerprotected void produceHierarchyGraph()
produceHierarchyGraph in class de.unirostock.sems.bives.algorithm.GraphProducerprotected void processHnA()
protected void processHnB()
protected void processRnA()
throws de.unirostock.sems.bives.exception.BivesUnsupportedException
de.unirostock.sems.bives.exception.BivesUnsupportedExceptionprotected void processRnB()
throws de.unirostock.sems.bives.exception.BivesUnsupportedException
de.unirostock.sems.bives.exception.BivesUnsupportedExceptionCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.