fr.cnes.sirius.patrius.events.multi
Class MultiEventsLogger.MultiLoggedEvent

java.lang.Object
  extended by fr.cnes.sirius.patrius.events.multi.MultiEventsLogger.MultiLoggedEvent
Enclosing class:
MultiEventsLogger

public static final class MultiEventsLogger.MultiLoggedEvent
extends Object

Class for logged events entries.


Method Summary
 MultiEventDetector getEventDetector()
          Get the event detector triggered.
 Map<String,SpacecraftState> getStates()
          Get the triggering states.
 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 MultiEventDetector getEventDetector()
Get the event detector triggered.

Returns:
event detector triggered

getStates

public Map<String,SpacecraftState> getStates()
Get the triggering states.

Returns:
triggering states
See Also:
MultiEventDetector.eventOccurred(Map, boolean, boolean)

isIncreasing

public boolean isIncreasing()
Get the Increasing/decreasing status of the event.

Returns:
increasing/decreasing status of the event
See Also:
MultiEventDetector.eventOccurred(Map, boolean, boolean)


Copyright © 2017 CNES. All Rights Reserved.