public static final class CodedEventsLogger.LoggedCodedEvent extends Object implements TimeStamped, Comparable<CodedEventsLogger.LoggedCodedEvent>
CodedEvent
,
CodingEventDetector
,
Phenomenon
,
AbsoluteDate
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CodedEventsLogger.LoggedCodedEvent o)
Compare two LoggedCodedEvent with their internal date.
|
boolean |
equals(Object object) |
CodedEvent |
getCodedEvent()
Gets the coded event.
|
AbsoluteDate |
getDate()
Get the date.
|
CodingEventDetector |
getDetector()
Gets the
CodingEventDetector that generated the coded event. |
SpacecraftState |
getState()
Gets the
SpacecraftState that caused the coded event. |
int |
hashCode() |
boolean |
isIncreasing()
Tells if g increases or decreases around event date.
|
public CodingEventDetector getDetector()
CodingEventDetector
that generated the coded event.public SpacecraftState getState()
SpacecraftState
that caused the coded event.public boolean isIncreasing()
public CodedEvent getCodedEvent()
public AbsoluteDate getDate()
getDate
in interface TimeStamped
public int compareTo(CodedEventsLogger.LoggedCodedEvent o)
compareTo
in interface Comparable<CodedEventsLogger.LoggedCodedEvent>
o
- LoggedCodedEvent to be compared with the instancepublic boolean equals(Object object)
Note: only the date is evaluated.
Copyright © 2023 CNES. All rights reserved.