Uses of Class
org.orekit.propagation.events.handlers.FieldEventHandler.Action
-
Packages that use FieldEventHandler.Action Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.handlers This package provides an interface and classes dealing with events occurrence only. -
-
Uses of FieldEventHandler.Action in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldEventHandler.Action Modifier and Type Method Description FieldEventHandler.Action
FieldAbstractDetector. eventOccurred(FieldSpacecraftState<T> s, boolean increasing)
Handle the event.FieldEventHandler.Action
FieldEventDetector. eventOccurred(FieldSpacecraftState<T> s, boolean increasing)
Handle the event.FieldEventHandler.Action
FieldEventState.EventOccurrence. getAction()
Get the user requested action. -
Uses of FieldEventHandler.Action in org.orekit.propagation.events.handlers
Methods in org.orekit.propagation.events.handlers that return FieldEventHandler.Action Modifier and Type Method Description FieldEventHandler.Action
FieldContinueOnEvent. eventOccurred(FieldSpacecraftState<T> s, KK detector, boolean increasing)
Specific implementation of the eventOccurred interface.FieldEventHandler.Action
FieldEventHandler. eventOccurred(FieldSpacecraftState<T> s, KK detector, boolean increasing)
eventOccurred method mirrors the same interface method as inEventDetector
and its subclasses, but with an additional parameter that allows the calling method to pass in an object from the detector which would have potential additional data to allow the implementing class to determine the correct return state.FieldEventHandler.Action
FieldStopOnDecreasing. eventOccurred(FieldSpacecraftState<T> s, KK detector, boolean increasing)
Handle a detection event and choose what to do next.FieldEventHandler.Action
FieldStopOnEvent. eventOccurred(FieldSpacecraftState<T> s, KK detector, boolean increasing)
Specific implementation of the eventOccurred interface.FieldEventHandler.Action
FieldStopOnIncreasing. eventOccurred(FieldSpacecraftState<T> s, KK detector, boolean increasing)
Handle a detection event and choose what to do next.static FieldEventHandler.Action
FieldEventHandler.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldEventHandler.Action[]
FieldEventHandler.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-