T
- class type for the generic versionFieldEventHandler<KK,T>
public class FieldContinueOnEvent<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>> extends Object implements FieldEventHandler<KK,T>
continue
as a state.FieldEventHandler.Action
Constructor | Description |
---|---|
FieldContinueOnEvent() |
Modifier and Type | Method | Description |
---|---|---|
FieldEventHandler.Action |
eventOccurred(FieldSpacecraftState<T> s,
KK detector,
boolean increasing) |
Specific implementation of the eventOccurred interface.
|
init, resetState
public FieldEventHandler.Action eventOccurred(FieldSpacecraftState<T> s, KK detector, boolean increasing)
eventOccurred
in interface FieldEventHandler<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<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-2019 CS Systèmes d'information. All rights reserved.