public class SBMLEventInProgressWithDelay extends SBMLEventInProgress
SBMLEventInProgressWithDelay
especially stands for an event with delay.execTimes, fired, lastTimeExecuted, lastTimeFired, lastTimeRecovered, values
assignments, delayObject, persistent, priority, priorityObject, ruleObjects, triggerObject, useValuesFromTriggerTime
Constructor | 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 | 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.
|
addAssignment, clearAssignments, fired, getAssignments, getFireStatus, getLastTimeExecuted, getLastTimeFired, getTime, getValues, hasExecutionTime, hasMoreAssignments, recovered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRuleObject, changePriority, clearRuleObjects, getDelayObject, getNumEventAssignments, getPersistent, getPriority, getPriorityObject, getRuleObjects, getTriggerObject, getUseValuesFromTriggerTime, setDelayObject, setPersistent, setPriorityObject, setTriggerObject, setUseValuesFromTriggerTime
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–2018. All rights reserved.