public class StopOnEvent extends Object implements EventHandler
stop as a state.| Constructor and Description |
|---|
StopOnEvent()
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 StopOnEvent()
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 directionstop under all circumstancesCopyright © 2002-2023 CS GROUP. All rights reserved.