|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simulator.sbml.EventInProcess
org.simulator.sbml.EventInProcessWithDelay
public class EventInProcessWithDelay
This class represents a compilation of all information calculated during simulation concerning events. An EventInProcessWithDelay especially stands for an event with delay.
| Field Summary |
|---|
| Fields inherited from class org.simulator.sbml.EventInProcess |
|---|
assignments, delayObject, execTimes, fired, lastTimeExecuted, lastTimeFired, lastTimeRecovered, persistent, priority, priorityObject, ruleObjects, triggerObject, useValuesFromTriggerTime, values |
| Constructor Summary | |
|---|---|
EventInProcessWithDelay(boolean fired)
Creates a new EventInProcessWithDelay with the given boolean value indicating whether or not it can fire at time point 0d. |
|
| Method Summary | |
|---|---|
void |
aborted(double time)
The event has been aborted between trigger and execution. |
void |
addValues(java.lang.Double[] values,
double time)
The event associated with this class has been triggered. |
void |
executed(double time)
The event associated with this class has been executed therefore reset some values. |
void |
refresh(boolean fired)
|
void |
refresh(double currentTime)
Refreshes the status of the event regarding the current time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
EventInProcessWithDelay(boolean fired)
fired - | Method Detail |
|---|
public void refresh(boolean fired)
refresh in class EventInProcesspublic void aborted(double time)
EventInProcess
aborted in class EventInProcess
public void addValues(java.lang.Double[] values,
double time)
EventInProcess
addValues in class EventInProcesspublic void executed(double time)
EventInProcess
executed in class EventInProcesspublic void refresh(double currentTime)
EventInProcess
refresh in class EventInProcess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||