|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodedEvent | |
---|---|
fr.cnes.sirius.patrius.events | |
fr.cnes.sirius.patrius.events.multi | |
fr.cnes.sirius.patrius.events.postprocessing |
Uses of CodedEvent in fr.cnes.sirius.patrius.events |
---|
Methods in fr.cnes.sirius.patrius.events that return CodedEvent | |
---|---|
CodedEvent |
CodingEventDetector.buildCodedEvent(SpacecraftState s,
boolean increasing)
Build a CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
GenericCodingEventDetector.buildCodedEvent(SpacecraftState s,
boolean increasing)
|
CodedEvent |
CodingEventDetector.buildDelayedCodedEvent(SpacecraftState s,
boolean increasing)
Build a delayed CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
GenericCodingEventDetector.buildDelayedCodedEvent(SpacecraftState s,
boolean increasing)
|
CodedEvent |
CodingEventDetector.buildOccurrenceCodedEvent(SpacecraftState s,
boolean increasing)
Build a CodedEvent instance appropriate for the provided SpacecraftState . |
CodedEvent |
GenericCodingEventDetector.buildOccurrenceCodedEvent(SpacecraftState s,
boolean increasing)
|
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. |
Methods in fr.cnes.sirius.patrius.events that return types with arguments of type CodedEvent | |
---|---|
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. |
Methods in fr.cnes.sirius.patrius.events with parameters of type CodedEvent | |
---|---|
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. |
Constructors in fr.cnes.sirius.patrius.events with parameters of type CodedEvent | |
---|---|
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. |
Uses of CodedEvent in fr.cnes.sirius.patrius.events.multi |
---|
Methods in fr.cnes.sirius.patrius.events.multi that return CodedEvent | |
---|---|
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. |
Uses of CodedEvent in fr.cnes.sirius.patrius.events.postprocessing |
---|
Methods in fr.cnes.sirius.patrius.events.postprocessing that return types with arguments of type CodedEvent | |
---|---|
List<CodedEvent> |
Timeline.getCodedEventsList()
|
Methods in fr.cnes.sirius.patrius.events.postprocessing with parameters of type CodedEvent | |
---|---|
void |
Timeline.addCodedEvent(CodedEvent event)
|
void |
Timeline.removeCodedEvent(CodedEvent event)
|
void |
Timeline.removeOnlyCodedEvent(CodedEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |