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.ASTNodegetFunction()StringgetID()StringgetName()BooleanisSetFunction()BooleanisSetID()BooleanisSetName()voidsetAnnotation(org.sbml.jsbml.Annotation annotation)voidsetFunction(String function)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)voidsetSBOTerm(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
-