Class SBMLLocalParameter
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBMLLocalParameter
public class SBMLLocalParameter extends Object
-
Constructor Summary
Constructors Constructor Description SBMLLocalParameter(Graph g, int localParameterCount)
SBMLLocalParameter(Graph g, String presentedAttributeName, String internAttributeName)
Constructor. -
Method Summary
Modifier and Type Method Description void
deleteAnnotation(Node node)
void
deleteMetaID(Node node)
void
deleteNonRDFAnnotation(Node node)
void
deleteNotes(Node node)
void
deleteSBOTerm(Node node)
org.sbml.jsbml.Annotation
getAnnotation(Node node)
String
getID(Node reactionNode)
String
getMetaID(Node node)
String
getName(Node reactionNode)
org.sbml.jsbml.xml.XMLNode
getNonRDFAnnotation(Node node)
String
getNotes(Node node)
String
getSBOTerm(Node node)
String
getUnits(Node reactionNode)
Double
getValue(Node reactionNode)
Boolean
isSetAnnotation(Node reactionNode)
Boolean
isSetID(Node reactionNode)
Boolean
isSetMetaID(Node reactionNode)
Boolean
isSetName(Node reactionNode)
Boolean
isSetNonRDFAnnotation(Node reactionNode)
Boolean
isSetNotes(Node reactionNode)
Boolean
isSetSBOTerm(Node reactionNode)
Boolean
isSetUnits(Node reactionNode)
Boolean
isSetValue(Node reactionNode)
void
setAnnotation(Node reactionNode, org.sbml.jsbml.Annotation annotation)
void
setID(Node reactionNode, String ID)
void
setMetaID(Node reactionNode, String metaID)
void
setName(Node reactionNode, String name)
void
setNonRDFAnnotation(Node reactionNode, org.sbml.jsbml.xml.XMLNode nonRDFAnnotation)
void
setNotes(Node reactionNode, String notes, org.sbml.jsbml.xml.XMLNode notesObj)
void
setSBOTerm(Node reactionNode, String sboTerm)
void
setUnits(Node reactionNode, String units)
void
setValue(Node reactionNode, Double value)
-
Constructor Details
-
SBMLLocalParameter
Constructor. Initializes the graph. In Reader- Parameters:
g
- the graph where the information is read from
-
SBMLLocalParameter
-
-
Method Details
-
setID
-
setName
-
setValue
-
setUnits
-
setMetaID
-
getMetaID
-
isSetMetaID
-
deleteMetaID
-
setSBOTerm
-
isSetSBOTerm
-
deleteSBOTerm
-
getSBOTerm
-
setAnnotation
-
isSetAnnotation
-
deleteAnnotation
-
getAnnotation
-
setNonRDFAnnotation
-
isSetNonRDFAnnotation
-
deleteNonRDFAnnotation
-
getNonRDFAnnotation
-
setNotes
-
deleteNotes
-
isSetNotes
-
getNotes
-
isSetID
-
isSetName
-
isSetValue
-
isSetUnits
-
getID
-
getName
-
getValue
-
getUnits
-