|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simulator.math.odes.EventInProgress
org.simulator.sbml.SBMLEventInProgress
org.simulator.sbml.SBMLEventInProgressWithDelay
public class SBMLEventInProgressWithDelay
This class represents a compilation of all information calculated during simulation concerning events in SBML. An SBMLEventInProcessWithDelay especially stands for an event with delay.
Field Summary |
---|
Fields inherited from class org.simulator.sbml.SBMLEventInProgress |
---|
assignments, delayObject, persistent, priority, priorityObject, ruleObjects, triggerObject, useValuesFromTriggerTime |
Fields inherited from class org.simulator.math.odes.EventInProgress |
---|
execTimes, fired, lastTimeExecuted, lastTimeFired, lastTimeRecovered, values |
Constructor Summary | |
---|---|
SBMLEventInProgressWithDelay(boolean fired)
Creates a new SBMLEventInProcessWithDelay 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(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 org.simulator.sbml.SBMLEventInProgress |
---|
addRuleObject, changePriority, clearRuleObjects, getDelayObject, getNumEventAssignments, getPersistent, getPriority, getPriorityObject, getRuleObjects, getTriggerObject, getUseValuesFromTriggerTime, setDelayObject, setPersistent, setPriorityObject, setTriggerObject, setUseValuesFromTriggerTime |
Methods inherited from class org.simulator.math.odes.EventInProgress |
---|
addAssignment, clearAssignments, fired, getAssignments, getFireStatus, getLastTimeExecuted, getLastTimeFired, getTime, getValues, hasExecutionTime, hasMoreAssignments, recovered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SBMLEventInProgressWithDelay(boolean fired)
fired
- Method Detail |
---|
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
|
Generated December 13 2012 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |