|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--opale.tools.OpaleObject | +--opale.ode.ObjectODE | +--opale.ode.StepsizeControl
Class to implement a method of step control. Instances of this class must be associated to a time scheme.
Constructor Summary | |
StepsizeControl()
|
|
StepsizeControl(TimeScheme ts)
constructs an instance a with a specified time scheme. |
Method Summary | |
TimeScheme |
getTS()
Returns the time scheme. |
void |
setTS(TimeScheme ts)
Sets the time scheme. |
abstract boolean |
update()
Update the step. |
Methods inherited from class opale.tools.OpaleObject |
clone, getId, read, readKeyWord, setId, write |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StepsizeControl()
public StepsizeControl(TimeScheme ts)
Method Detail |
public TimeScheme getTS()
public void setTS(TimeScheme ts)
TimeScheme.
- public abstract boolean update()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |