org.orekit.propagation.events
Class EventsLogger.LoggedEvent

java.lang.Object
  extended by 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
 EventDetector getEventDetector()
          Get the event detector triggered.
 SpacecraftState getState()
          Get the triggering state.
 boolean isIncreasing()
          Get the Increasing/decreasing status of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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, 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, boolean)


Copyright © 2016 CNES. All Rights Reserved.