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, setUseValuesFromTriggerTime
addAssignment, clearAssignments, fired, getAssignments, getFireStatus, getLastTimeExecuted, getLastTimeFired, getTime, getValues, hasExecutionTime, hasMoreAssignments, recovered
public SBMLEventInProgressWithDelay(boolean fired)
fired
- public void refresh(boolean fired)
refresh
in class SBMLEventInProgress
public void aborted(double time)
EventInProgress
aborted
in class EventInProgress
public void addValues(Double[] values, double time)
EventInProgress
addValues
in class EventInProgress
public void executed(double time)
EventInProgress
executed
in class EventInProgress
public void refresh(double currentTime)
EventInProgress
refresh
in class EventInProgress
Copyright © 2007–2021. All rights reserved.