@Deprecated public class DummyStepHandler extends Object implements ODEStepHandler
This class is provided as a convenience for users who are only interested in the final state of an integration and not in the intermediate steps. Its handleStep method does nothing.
Since this class has no internal state, it is implemented using the Singleton design pattern. This means that only one instance is ever created, which can be retrieved using the getInstance method. This explains why there is no public constructor.
Modifier and Type | Method and Description |
---|---|
static DummyStepHandler |
getInstance()
Deprecated.
Get the only instance.
|
void |
handleStep(ODEStateInterpolator interpolator)
Deprecated.
Handle the last accepted step.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finish, init
public static DummyStepHandler getInstance()
public void handleStep(ODEStateInterpolator interpolator)
handleStep
in interface ODEStepHandler
interpolator
- interpolator for the last accepted stepCopyright © 2016-2021 CS GROUP. All rights reserved.