|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.sbml.SBase
org.jscience.ml.sbml.EventAssignment
public final class EventAssignment
The variable assignments made when an Event is executed.
| Constructor Summary | |
|---|---|
EventAssignment()
Creates a new instance of EventAssignment |
|
| Method Summary | |
|---|---|
java.lang.String |
getMath()
Getter for property math. |
java.lang.String |
getVariable()
Getter for property variable. |
void |
setMath(java.lang.String math)
Sets the new value of variable . |
void |
setVariable(java.lang.String variable)
Sets the identifier of variable. |
java.lang.String |
toString()
Get the SBML representation for this class. |
| Methods inherited from class org.jscience.ml.sbml.SBase |
|---|
getAnnotations, getMetaid, getNotes, getRDF, printList, printShortForm, setMetaid, setRDF, setRDF |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventAssignment()
| Method Detail |
|---|
public java.lang.String getMath()
getMath in interface MathElementpublic java.lang.String getVariable()
public void setMath(java.lang.String math)
setMath in interface MathElementmath - The MathML expression to set variable equal to.public void setVariable(java.lang.String variable)
variable - New value of property variable.public java.lang.String toString()
toString in class SBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||