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.
|
boolean |
equals(Object object) |
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. |
int |
hashCode() |
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 AbsoluteDate getDate()
getDate
in interface TimeStamped
public int compareTo(MultiCodedEventsLogger.MultiLoggedCodedEvent o)
compareTo
in interface Comparable<MultiCodedEventsLogger.MultiLoggedCodedEvent>
o
- MultiLoggedCodedEvent to be compared with the instancepublic boolean equals(Object object)
Note: only the date is evaluated.
Copyright © 2023 CNES. All rights reserved.