Package | Description |
---|---|
fr.cnes.sirius.patrius.events | |
fr.cnes.sirius.patrius.events.multi | |
fr.cnes.sirius.patrius.events.postprocessing |
Modifier and Type | Method and Description |
---|---|
CodedEvent |
GenericCodingEventDetector.buildCodedEvent(SpacecraftState s,
boolean increasing) |
CodedEvent |
CodingEventDetector.buildCodedEvent(SpacecraftState s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
GenericCodingEventDetector.buildDelayedCodedEvent(SpacecraftState s,
boolean increasing) |
CodedEvent |
CodingEventDetector.buildDelayedCodedEvent(SpacecraftState s,
boolean increasing)
Build a delayed
CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
GenericCodingEventDetector.buildOccurrenceCodedEvent(SpacecraftState s,
boolean increasing) |
CodedEvent |
CodingEventDetector.buildOccurrenceCodedEvent(SpacecraftState s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided SpacecraftState . |
static CodedEvent |
CodedEvent.buildUndefinedEvent(AbsoluteDate date,
boolean isStarting)
Factory method for an undefined event, that still has a valid date.
|
CodedEvent |
CodedEventsLogger.LoggedCodedEvent.getCodedEvent()
Gets the coded event.
|
CodedEvent |
Phenomenon.getEndingEvent()
Get the ending event.
|
CodedEvent |
Phenomenon.getStartingEvent()
Get the starting event.
|
Modifier and Type | Method and Description |
---|---|
Set<CodedEvent> |
CodedEventsList.getEvents(String code,
String comment,
AbsoluteDate date)
Finds one/more events in the list of
CodedEvent following some criteria.When a comment and a date are available, the method looks for a specific event in the list, otherwise if only the code is given as input, it looks for a list of events with the same code. |
List<CodedEvent> |
CodedEventsList.getList()
Get the full list of coded events.
|
Modifier and Type | Method and Description |
---|---|
void |
CodedEventsList.add(CodedEvent codedEvent)
Add a
CodedEvent to the list. |
int |
CodedEvent.compareTo(CodedEvent event)
Compares two
CodedEvent instances.The ordering for CodedEvent is consistent with equals,
so that a CodedEvent can be used in any SortedSet or SortedMap .The ordering is : the ordering of the events' dates if they differ. if not, the alphabetical ordering of the code is used if they differ. if not, the alphabetical ordering of the comment is used if they differ. if not, the starting boolean is used (the starting event is "before"). |
boolean |
CodedEventsList.remove(CodedEvent codedEvent)
Remove a
CodedEvent to the list. |
Constructor and Description |
---|
Phenomenon(CodedEvent boundaryOne,
boolean boundaryOneDefined,
CodedEvent boundaryTwo,
boolean boundaryTwoDefined,
String codeIn,
String commentIn)
Constructor for the
Phenomenon instance.The first and second CodedEvent boundaries can be in any time order. |
Modifier and Type | Method and Description |
---|---|
CodedEvent |
MultiGenericCodingEventDetector.buildCodedEvent(Map<String,SpacecraftState> states,
boolean increasing) |
CodedEvent |
MultiCodingEventDetector.buildCodedEvent(Map<String,SpacecraftState> s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiGenericCodingEventDetector.buildDelayedCodedEvent(Map<String,SpacecraftState> states,
boolean increasing) |
CodedEvent |
MultiCodingEventDetector.buildDelayedCodedEvent(Map<String,SpacecraftState> s,
boolean increasing)
Build a delayed
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiGenericCodingEventDetector.buildOccurrenceCodedEvent(Map<String,SpacecraftState> states,
boolean increasing) |
CodedEvent |
MultiCodingEventDetector.buildOccurrenceCodedEvent(Map<String,SpacecraftState> s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiCodedEventsLogger.MultiLoggedCodedEvent.getCodedEvent()
Gets the coded event in multi propagation context.
|
Modifier and Type | Method and Description |
---|---|
List<CodedEvent> |
Timeline.getCodedEventsList() |
Modifier and Type | Method and Description |
---|---|
void |
Timeline.addCodedEvent(CodedEvent event) |
void |
Timeline.removeCodedEvent(CodedEvent event) |
void |
Timeline.removeOnlyCodedEvent(CodedEvent event) |
Copyright © 2018 CNES. All Rights Reserved.