|
|||||||||
| 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.SBaseId
org.jscience.ml.sbml.Event
public final class Event
An instantaneous discontinuous change in the state of the model when a criterion is met.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Field Summary |
|---|
| Fields inherited from class org.jscience.ml.sbml.SBaseId |
|---|
id, name |
| Constructor Summary | |
|---|---|
Event()
Creates a new instance of Event |
|
| Method Summary | |
|---|---|
SBase |
getAssignmentsElement()
Getter for property assignmentsElement. |
java.lang.String |
getDelay()
Getter for property delay. |
java.util.List |
getEventAssignment()
Getter for property eventAssignment. |
java.lang.String |
getTimeUnits()
Getter for property timeUnits. |
java.lang.String |
getTrigger()
Getter for property trigger. |
void |
setAssignmentsElement(SBase assignmentsElement)
Setter for property assignmentsElement. |
void |
setDelay(java.lang.String delay)
Sets the length of time after the event has fired that the event is executed. |
void |
setTimeUnits(java.lang.String timeUnits)
Sets the units of time that apply to the delay field. |
void |
setTrigger(java.lang.String trigger)
Sets the MathML boolean expression that defines when an event is fired on the transition from false to true. |
java.lang.String |
toString()
Get the SBML representation for this class. |
| Methods inherited from class org.jscience.ml.sbml.SBaseId |
|---|
getId, getName, setId, setName |
| 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 Event()
| Method Detail |
|---|
public SBase getAssignmentsElement()
public java.lang.String getDelay()
public java.util.List getEventAssignment()
public java.lang.String getTimeUnits()
public java.lang.String getTrigger()
public void setAssignmentsElement(SBase assignmentsElement)
assignmentsElement - New value of property assignmentsElement.public void setDelay(java.lang.String delay)
delay - New value of property delay.public void setTimeUnits(java.lang.String timeUnits)
timeUnits - New value of property timeUnits.public void setTrigger(java.lang.String trigger)
trigger - New value of property trigger.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 | ||||||||