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 voidcountCompartments()org.sbml.jsbml.CompartmentgetCompartment()BooleangetConstant()StringgetID()StringgetName()DoublegetSize()DoublegetSpatialDimensions()StringgetUnits()BooleanisSetConstant()BooleanisSetID()BooleanisSetName()BooleanisSetSize()BooleanisSetSpatialDimensions()BooleanisSetUnits()voidsetAnnotation(org.sbml.jsbml.Annotation annotation)voidsetConstant(Boolean constant)voidsetID(String id)voidsetMetaID(String metaID)voidsetName(String name)voidsetNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode nonRDFAnnotation)voidsetNotes(String notes, org.sbml.jsbml.xml.XMLNode notesObj)voidsetOutside(String outside)voidsetSBOTerm(String sboTerm)voidsetSize(Double size)voidsetSpatialDimensions(Double spatialDimensions)voidsetUnits(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)
-