Class SBMLParameter
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBMLParameter
public class SBMLParameter extends Object
-
Constructor Summary
Constructors Constructor Description SBMLParameter(Graph g, String internHeadline)
SBMLParameter(Graph g, String internHeadline, String presentedHeadline)
-
Method Summary
Modifier and Type Method Description Boolean
getConstant()
String
getID()
String
getName()
String
getUnits()
Double
getValue()
Boolean
isSetConstant()
Boolean
isSetID()
Boolean
isSetName()
Boolean
isSetUnits()
Boolean
isSetValue()
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 xmlNode)
void
setNotes(String notes, org.sbml.jsbml.xml.XMLNode notesObj)
void
setSBOTerm(String sboTerm)
void
setUnits(String units)
void
setValue(Double value)
-
Constructor Details
-
SBMLParameter
-
SBMLParameter
-
-
Method Details
-
isSetID
-
isSetName
-
isSetValue
-
isSetUnits
-
isSetConstant
-
getID
-
getName
-
getValue
-
getUnits
-
getConstant
-
setID
-
setName
-
setValue
-
setUnits
-
setConstant
-
setMetaID
-
setSBOTerm
-
setNotes
-
setAnnotation
public void setAnnotation(org.sbml.jsbml.Annotation annotation) -
setNonRDFAnnotation
public void setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode xmlNode)
-