public class CellMLGraphProducer
extends de.unirostock.sems.bives.algorithm.GraphProducer
Constructor and Description |
---|
CellMLGraphProducer(CellMLDocument cellmlDoc)
Instantiates a new CellML graph producer for single document graphs.
|
CellMLGraphProducer(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
CellMLDocument cellmlDocA,
CellMLDocument cellmlDocB)
Instantiates a new CellML graph producer for difference graphs.
|
Modifier and Type | Method and 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.GraphProducer
protected void produceHierarchyGraph()
produceHierarchyGraph
in class de.unirostock.sems.bives.algorithm.GraphProducer
protected void processHnA()
protected void processHnB()
protected void processRnA() throws de.unirostock.sems.bives.exception.BivesUnsupportedException
de.unirostock.sems.bives.exception.BivesUnsupportedException
protected void processRnB() throws de.unirostock.sems.bives.exception.BivesUnsupportedException
de.unirostock.sems.bives.exception.BivesUnsupportedException
Copyright © 2017 SEMS project @ University of Rostock. All rights reserved.