Class SBMLGenericObject
- java.lang.Object
-
- de.unirostock.sems.bives.sbml.parser.SBMLGenericObject
-
-
Field Summary
Fields Modifier and Type Field Description protected de.unirostock.sems.xmlutils.ds.DocumentNode
documentNode
The document node.protected SBMLModel
sbmlModel
The sbml model.
-
Constructor Summary
Constructors Constructor Description SBMLGenericObject(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode, SBMLModel sbmlModel)
Instantiates a new generic SBML object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.unirostock.sems.xmlutils.ds.DocumentNode
getDocumentNode()
Gets the document node.SBMLModel
getModel()
Gets the model.
-
-
-
Field Detail
-
documentNode
protected de.unirostock.sems.xmlutils.ds.DocumentNode documentNode
The document node.
-
sbmlModel
protected SBMLModel sbmlModel
The sbml model.
-
-
Constructor Detail
-
SBMLGenericObject
public SBMLGenericObject(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode, SBMLModel sbmlModel)
Instantiates a new generic SBML object.- Parameters:
documentNode
- the document node encoding this entity in the corresponding XML treesbmlModel
- the SBML model
-
-
Method Detail
-
getDocumentNode
public de.unirostock.sems.xmlutils.ds.DocumentNode getDocumentNode()
Gets the document node.- Returns:
- the document node
-
getModel
public SBMLModel getModel()
Gets the model.- Returns:
- the model
-
-