Package org.orekit.propagation.events
Class FieldEventsLogger.FieldLoggedEvent<T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.orekit.propagation.events.FieldEventsLogger.FieldLoggedEvent<T>
-
- Type Parameters:
T
- type of the field elements
- Enclosing class:
- FieldEventsLogger<T extends CalculusFieldElement<T>>
public static class FieldEventsLogger.FieldLoggedEvent<T extends CalculusFieldElement<T>> extends Object
Class for logged events entries.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldEventDetector<T>
getEventDetector()
Get the event detector triggered.FieldSpacecraftState<T>
getState()
Get the triggering state.boolean
isIncreasing()
Get the Increasing/decreasing status of the event.
-
-
-
Method Detail
-
getEventDetector
public FieldEventDetector<T> getEventDetector()
Get the event detector triggered.- Returns:
- event detector triggered
-
getState
public FieldSpacecraftState<T> getState()
Get the triggering state.- Returns:
- triggering state
- See Also:
FieldEventHandler.eventOccurred(FieldSpacecraftState, FieldEventDetector, boolean)
-
isIncreasing
public boolean isIncreasing()
Get the Increasing/decreasing status of the event.- Returns:
- increasing/decreasing status of the event
- See Also:
FieldEventHandler.eventOccurred(FieldSpacecraftState, FieldEventDetector, boolean)
-
-