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)
Build a
CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
CodingEventDetector.buildCodedEvent(SpacecraftState s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
GenericCodingEventDetector.buildDelayedCodedEvent(SpacecraftState s,
boolean increasing)
Build a delayed
CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
CodingEventDetector.buildDelayedCodedEvent(SpacecraftState s,
boolean increasing)
Build a delayed
CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
GenericCodingEventDetector.buildOccurrenceCodedEvent(SpacecraftState s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided SpacecraftState . |
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. |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
CodedEvent |
MultiCodingEventDetector.buildCodedEvent(Map<String,SpacecraftState> s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiGenericCodingEventDetector.buildCodedEvent(Map<String,SpacecraftState> states,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiCodingEventDetector.buildDelayedCodedEvent(Map<String,SpacecraftState> s,
boolean increasing)
Build a delayed
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiGenericCodingEventDetector.buildDelayedCodedEvent(Map<String,SpacecraftState> states,
boolean increasing)
Build a delayed
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiCodingEventDetector.buildOccurrenceCodedEvent(Map<String,SpacecraftState> s,
boolean increasing)
Build a
CodedEvent instance appropriate for the provided map of SpacecraftState . |
CodedEvent |
MultiGenericCodingEventDetector.buildOccurrenceCodedEvent(Map<String,SpacecraftState> states,
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 © 2019 CNES. All rights reserved.