public class PluginEventAssignment extends PluginSBase
sbase
Constructor and Description |
---|
PluginEventAssignment(PluginEvent parent)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.sbml.libsbml.ASTNode |
getMath() |
PluginEvent |
getParentEvent() |
java.lang.String |
getParentID() |
java.lang.String |
getVariable() |
void |
setMath(org.sbml.libsbml.ASTNode math)
Sets the Math of this PluginEventAssignment to the given ASTNode
|
void |
setVariable(java.lang.String variable)
Sets the variable of this PluginEventAssignment to the given string.
|
void |
update(PluginEventAssignment event)
Updates all properties of this PluginEventAssignement to the same as the given
PluginEventAssignment.
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBML
public PluginEventAssignment(PluginEvent parent)
parent
- the PluginEvent as the parent of this PluginEventAssignmentpublic void update(PluginEventAssignment event)
event
- PluginEventAssignmentpublic void setMath(org.sbml.libsbml.ASTNode math)
math
- ASTNodepublic org.sbml.libsbml.ASTNode getMath()
public void setVariable(java.lang.String variable)
variable
- the variable of this PluginEventAssignmentpublic java.lang.String getVariable()
public java.lang.String getParentID()
public PluginEvent getParentEvent()