Class SBMLConstraint
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBMLConstraint
public class SBMLConstraint extends Object
-
Constructor Summary
Constructors Constructor Description SBMLConstraint(Graph g, String internHeadline)
SBMLConstraint(Graph g, String internHeadline, String presentedHeadline)
-
Method Summary
Modifier and Type Method Description String
getFunction()
String
getMessage()
Boolean
isSetFunction()
Boolean
isSetMessage()
void
setAnnotation(org.sbml.jsbml.Annotation annotation)
void
setFunction(String function)
void
setMessage(String message)
void
setMetaId(String metaID)
void
setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode nonRDFAnnotation)
void
setNotes(String notes, org.sbml.jsbml.xml.XMLNode notesObj)
void
setSBOTerm(String sboTerm)
-
Constructor Details
-
SBMLConstraint
-
SBMLConstraint
-
-
Method Details
-
setSBOTerm
-
setAnnotation
public void setAnnotation(org.sbml.jsbml.Annotation annotation) -
setNonRDFAnnotation
public void setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode nonRDFAnnotation) -
setMetaId
-
setNotes
-
setMessage
-
setFunction
-
isSetFunction
-
isSetMessage
-
getFunction
-
getMessage
-