T
- type of the field elementpublic class FieldContinueOnEvent<T extends org.hipparchus.CalculusFieldElement<T>> extends Object implements FieldEventHandler<T>
continue
as a state.Constructor and Description |
---|
FieldContinueOnEvent()
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, wait
init, resetState
public FieldContinueOnEvent()
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 directioncontinue
under all circumstancesCopyright © 2002-2023 CS GROUP. All rights reserved.