Class SBMLCompartment
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBMLCompartment
public class SBMLCompartment extends Object
-
Constructor Summary
Constructors Constructor Description SBMLCompartment(Graph g, String internHeadline)
Constructor.SBMLCompartment(Graph g, String internHeadline, String presentedHeadline)
Constructor. -
Method Summary
Modifier and Type Method Description void
countCompartments()
org.sbml.jsbml.Compartment
getCompartment()
Boolean
getConstant()
String
getID()
String
getName()
Double
getSize()
Double
getSpatialDimensions()
String
getUnits()
Boolean
isSetConstant()
Boolean
isSetID()
Boolean
isSetName()
Boolean
isSetSize()
Boolean
isSetSpatialDimensions()
Boolean
isSetUnits()
void
setAnnotation(org.sbml.jsbml.Annotation annotation)
void
setConstant(Boolean constant)
void
setID(String id)
void
setMetaID(String metaID)
void
setName(String name)
void
setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode nonRDFAnnotation)
void
setNotes(String notes, org.sbml.jsbml.xml.XMLNode notesObj)
void
setOutside(String outside)
void
setSBOTerm(String sboTerm)
void
setSize(Double size)
void
setSpatialDimensions(Double spatialDimensions)
void
setUnits(String units)
-
Constructor Details
-
SBMLCompartment
Constructor. Initializes the graph. Use in SBML_Compartment_Reader.java- Parameters:
g
- the graph where the information is read from
-
SBMLCompartment
Constructor. Initializes the graph. Use in SBML_Compartmetn_Writer.java- Parameters:
g
- the graph where the information is read frominternHeadline
- the intern headline of the current Compartment
-
-
Method Details
-
countCompartments
public void countCompartments() -
getCompartment
public org.sbml.jsbml.Compartment getCompartment() -
isSetID
-
getID
-
setID
-
setName
-
isSetName
-
getName
-
setSpatialDimensions
-
isSetSpatialDimensions
-
getSpatialDimensions
-
setSize
-
isSetSize
-
getSize
-
setUnits
-
isSetUnits
-
getUnits
-
setConstant
-
isSetConstant
-
getConstant
-
setMetaID
-
setSBOTerm
-
setOutside
-
setNotes
-
setAnnotation
public void setAnnotation(org.sbml.jsbml.Annotation annotation) -
setNonRDFAnnotation
public void setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode nonRDFAnnotation)
-