Package org.orekit.propagation.events
Class EventsLogger.LoggedEvent
- java.lang.Object
-
- org.orekit.propagation.events.EventsLogger.LoggedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EventsLogger
public static class EventsLogger.LoggedEvent extends Object implements Serializable
Class for logged events entries.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventDetector
getEventDetector()
Get the event detector triggered.SpacecraftState
getState()
Get the triggering state.boolean
isIncreasing()
Get the Increasing/decreasing status of the event.
-
-
-
Method Detail
-
getEventDetector
public EventDetector getEventDetector()
Get the event detector triggered.- Returns:
- event detector triggered
-
getState
public SpacecraftState getState()
Get the triggering state.- Returns:
- triggering state
- See Also:
EventDetector.eventOccurred(SpacecraftState, boolean)
-
isIncreasing
public boolean isIncreasing()
Get the Increasing/decreasing status of the event.- Returns:
- increasing/decreasing status of the event
- See Also:
EventDetector.eventOccurred(SpacecraftState, boolean)
-
-