T - type of the field elementpublic class FieldStopOnEvent<T extends org.hipparchus.CalculusFieldElement<T>> extends Object implements FieldEventHandler<T>
continue as a state.| Constructor and Description |
|---|
FieldStopOnEvent()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.hipparchus.ode.events.Action |
eventOccurred(FieldSpacecraftState<T> s,
FieldEventDetector<T> detector,
boolean increasing)
Specific implementation of the eventOccurred interface.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, resetStatepublic FieldStopOnEvent()
This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
public org.hipparchus.ode.events.Action eventOccurred(FieldSpacecraftState<T> s, FieldEventDetector<T> detector, boolean increasing)
eventOccurred in interface FieldEventHandler<T extends org.hipparchus.CalculusFieldElement<T>>s - 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.