Class SBMLRateRule
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBMLRateRule
public class SBMLRateRule extends Object
-
Constructor Summary
Constructors Constructor Description SBMLRateRule(Graph g, String internHeadline)
SBMLRateRule(Graph g, String internHeadline, String presentedHeadline)
-
Method Summary
Modifier and Type Method Description String
getFunction()
String
getVariable()
Boolean
isSetFunction()
Boolean
isSetVariable()
void
setAnnotation(org.sbml.jsbml.Annotation annotation)
void
setFunction(String function)
void
setMetaID(String metaID)
void
setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode xmlNode)
void
setNotes(String notes, org.sbml.jsbml.xml.XMLNode notesObj)
void
setSBOTerm(String sboTerm)
void
setVariable(String variable)
-
Constructor Details
-
SBMLRateRule
-
SBMLRateRule
-
-
Method Details
-
setMetaID
-
setSBOTerm
-
setAnnotation
public void setAnnotation(org.sbml.jsbml.Annotation annotation) -
setNonRDFAnnotation
public void setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode xmlNode) -
setNotes
-
setFunction
-
setVariable
-
isSetFunction
-
isSetVariable
-
getVariable
-
getFunction
-