public class ContinueOnEvent extends Object implements EventHandler
continue as a state.| Constructor and Description |
|---|
ContinueOnEvent()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.hipparchus.ode.events.Action |
eventOccurred(SpacecraftState s,
EventDetector detector,
boolean increasing)
Specific implementation of the eventOccurred interface.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, resetStatepublic ContinueOnEvent()
This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
public org.hipparchus.ode.events.Action eventOccurred(SpacecraftState s, EventDetector detector, boolean increasing)
eventOccurred in interface EventHandlers - SpaceCraft state to be used in the evaluationdetector - object with appropriate type that can be used in determining correct return stateincreasing - with the event occurred in an "increasing" or "decreasing" slope directioncontinue under all circumstancesCopyright © 2002-2023 CS GROUP. All rights reserved.