public static final class MultiCodedEventsLogger.MultiLoggedCodedEvent extends Object implements TimeStamped, Comparable<MultiCodedEventsLogger.MultiLoggedCodedEvent>
CodedEvent
,
MultiCodingEventDetector
,
Phenomenon
,
AbsoluteDate
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MultiCodedEventsLogger.MultiLoggedCodedEvent o)
Compare two MultiLoggedCodedEvent with their internal date.
|
CodedEvent |
getCodedEvent()
Gets the coded event in multi propagation context.
|
AbsoluteDate |
getDate()
Get the date.
|
MultiCodingEventDetector |
getMultiDetector()
Gets the
MultiCodingEventDetector that generated the coded event. |
Map<String,SpacecraftState> |
getStates()
Gets the map of
SpacecraftState that caused the coded event. |
boolean |
isIncreasing()
Tells if g increases or decreases around event date.
|
public MultiCodingEventDetector getMultiDetector()
MultiCodingEventDetector
that generated the coded event.public Map<String,SpacecraftState> getStates()
SpacecraftState
that caused the coded event.public boolean isIncreasing()
public CodedEvent getCodedEvent()
public int compareTo(MultiCodedEventsLogger.MultiLoggedCodedEvent o)
compareTo
in interface Comparable<MultiCodedEventsLogger.MultiLoggedCodedEvent>
o
- MultiLoggedCodedEvent to be compared with the instancepublic AbsoluteDate getDate()
TimeStamped
getDate
in interface TimeStamped
Copyright © 2018 CNES. All Rights Reserved.