public class SBMLEventInProgressWithDelay extends SBMLEventInProgress
SBMLEventInProgressWithDelay especially stands for an event with
delay.| Constructor and Description |
|---|
SBMLEventInProgressWithDelay(boolean fired)
Creates a new SBMLEventInProcessWithDelay with the given boolean value indicating whether or
not it can fire at time point 0d.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aborted(double time)
The event has been aborted between trigger and execution.
|
void |
addValues(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.
|
addRuleObject, changePriority, clearRuleObjects, getDelayObject, getNumEventAssignments, getPersistent, getPriority, getPriorityObject, getRuleObjects, getTriggerObject, getUseValuesFromTriggerTime, setDelayObject, setPersistent, setPriorityObject, setTriggerObject, setUseValuesFromTriggerTimeaddAssignment, clearAssignments, fired, getAssignments, getFireStatus, getLastTimeExecuted, getLastTimeFired, getTime, getValues, hasExecutionTime, hasMoreAssignments, recoveredpublic SBMLEventInProgressWithDelay(boolean fired)
fired - public void refresh(boolean fired)
refresh in class SBMLEventInProgresspublic void aborted(double time)
EventInProgressaborted in class EventInProgresspublic void addValues(Double[] values, double time)
EventInProgressaddValues in class EventInProgresspublic void executed(double time)
EventInProgressexecuted in class EventInProgresspublic void refresh(double currentTime)
EventInProgressrefresh in class EventInProgressCopyright © 2007–2021. All rights reserved.