Class SBMLFunctionDefinition
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBMLFunctionDefinition
public class SBMLFunctionDefinition extends Object
-
Constructor Summary
Constructors Constructor Description SBMLFunctionDefinition(Graph g, String internHeadline)
Constructor.SBMLFunctionDefinition(Graph g, String internHeadline, String presentedHeadline)
Constructor. -
Method Summary
Modifier and Type Method Description org.sbml.jsbml.ASTNode
getFunction()
String
getID()
String
getName()
Boolean
isSetFunction()
Boolean
isSetID()
Boolean
isSetName()
void
setAnnotation(org.sbml.jsbml.Annotation annotation)
void
setFunction(String function)
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
setSBOTerm(String sboTerm)
-
Constructor Details
-
SBMLFunctionDefinition
Constructor. Initializes the graph. Use in SBML_FunctionDefinition_Reader.java- Parameters:
g
- the graph where the information is read from
-
SBMLFunctionDefinition
Constructor. Initializes the graph. Use in SBML_FunctionDefinition_Writer.java- Parameters:
g
- the graph where the information is read frominternHeadline
- the intern headline of the current Compartment
-
-
Method Details
-
isSetID
-
isSetName
-
isSetFunction
-
getID
-
getName
-
getFunction
public org.sbml.jsbml.ASTNode getFunction() -
setName
-
setFunction
-
setID
-
setNotes
-
setMetaID
-
setAnnotation
public void setAnnotation(org.sbml.jsbml.Annotation annotation) -
setNonRDFAnnotation
public void setNonRDFAnnotation(org.sbml.jsbml.xml.XMLNode nonRDFAnnotation) -
setSBOTerm
-