Package org.orekit.propagation.events
Class EventsLogger.LoggedEvent
java.lang.Object
org.orekit.propagation.events.EventsLogger.LoggedEvent
- All Implemented Interfaces:
TimeStamped
- Enclosing class:
EventsLogger
Class for logged events entries.
-
Method Details
-
getEventDetector
Get the event detector triggered.- Returns:
- event detector triggered
-
getDate
Get the date.- Specified by:
getDatein interfaceTimeStamped- Returns:
- date attached to the object
-
getState
Get the triggering state.- Returns:
- triggering state
- See Also:
-
getResetState
Get the reset state. Can be null if not stored.- Returns:
- reset state
- Since:
- 13.1
- See Also:
-
isIncreasing
public boolean isIncreasing()Get the Increasing/decreasing status of the event.- Returns:
- increasing/decreasing status of the event
- See Also:
-
getAction
Getter for the action from handler.- Returns:
- action
- Since:
- 14.0
-