Class KineticLawHelper
java.lang.Object
org.graffiti.event.AttributeAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.KineticLawHelper
- All Implemented Interfaces:
EventListener,AttributeListener,TransactionListener
public class KineticLawHelper extends AttributeAdapter
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description SBMLLocalParameteraddLocalParameter(Graph g, int localParameterCount)SBMLLocalParameteraddLocalParemeter(Graph g, String presentedAttributeName, String internAttributeName)voiddeleteAnnotation(Node reactionNode)voiddeleteMetaID(Node reactionNode)voiddeleteNonRDFAnnotation(Node reactionNode)voiddeleteNotes(Node reactionNode)voiddeleteSBOTerm(Node reactionNode)org.sbml.jsbml.AnnotationgetAnnotation(Node reactionNode)StringgetFunction(Node reactionNode)StringgetMetaID(Node reactionNode)org.sbml.jsbml.xml.XMLNodegetNonRDFAnnotation(Node reactionNode)org.sbml.jsbml.xml.XMLNodegetNotes(Node reactionNode)StringgetSBOTerm(Node reactionNode)BooleanisSetAnnotation(Node reactionNode)BooleanisSetFunction(Node reactionNode)BooleanisSetMetaID(Node reactionNode)BooleanisSetNonRDFAnnotation(Node reactionNode)BooleanisSetNotes(Node reactionNode)BooleanisSetSBOTerm(Node reactionNode)voidpostAttributeChanged(AttributeEvent e)Called after an attribute has been changed.voidsetAnnotation(Node reactionNode, org.sbml.jsbml.Annotation annotation)voidsetFunction(Node reactionNode, String function)voidsetMetaId(Node reactionNode, String metaID)voidsetNonRDFAnnotation(Node reactionNode, org.sbml.jsbml.xml.XMLNode xmlNode)voidsetNotes(Node reactionNode, String notes, org.sbml.jsbml.xml.XMLNode notesObj)voidsetSBOTerm(Node reactionNode, String sboTerm)Methods inherited from class org.graffiti.event.AttributeAdapter
postAttributeAdded, postAttributeRemoved, preAttributeAdded, preAttributeChanged, preAttributeRemoved, transactionFinished, transactionStarted
-
Constructor Details
-
KineticLawHelper
Constructor. Initializes the graph- Parameters:
g- the graph where the information is read from
-
-
Method Details
-
addLocalParemeter
public SBMLLocalParameter addLocalParemeter(Graph g, String presentedAttributeName, String internAttributeName) -
addLocalParameter
-
setMetaId
-
isSetMetaID
-
getMetaID
-
deleteMetaID
-
setSBOTerm
-
getSBOTerm
-
deleteSBOTerm
-
isSetSBOTerm
-
setAnnotation
-
isSetAnnotation
-
deleteAnnotation
-
getAnnotation
-
setNonRDFAnnotation
-
isSetNonRDFAnnotation
-
deleteNonRDFAnnotation
-
getNonRDFAnnotation
-
setFunction
-
setNotes
-
isSetNotes
-
getNotes
-
deleteNotes
-
isSetFunction
-
getFunction
-
postAttributeChanged
Description copied from interface:AttributeListenerCalled after an attribute has been changed.- Specified by:
postAttributeChangedin interfaceAttributeListener- Overrides:
postAttributeChangedin classAttributeAdapter- Parameters:
e- the AttributeEvent detailing the changes.
-