Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
org.orekit.propagation.events.handlers |
This package provides an interface and classes dealing with events occurrence only.
|
Modifier and Type | Method and Description |
---|---|
FieldEventHandler.Action |
FieldEventDetector.eventOccurred(FieldSpacecraftState<T> s,
boolean increasing)
Handle the event.
|
FieldEventHandler.Action |
FieldAbstractDetector.eventOccurred(FieldSpacecraftState<T> s,
boolean increasing)
Handle the event.
|
FieldEventHandler.Action |
FieldEventState.EventOccurrence.getAction()
Get the user requested action.
|
Modifier and Type | Method and Description |
---|---|
FieldEventHandler.Action |
FieldStopOnDecreasing.eventOccurred(FieldSpacecraftState<T> s,
KK detector,
boolean increasing)
Handle a detection event and choose what to do next.
|
FieldEventHandler.Action |
FieldEventHandler.eventOccurred(FieldSpacecraftState<T> s,
KK detector,
boolean increasing)
eventOccurred method mirrors the same interface method as in
EventDetector
and its subclasses, but with an additional parameter that allows the calling
method to pass in an object from the detector which would have potential
additional data to allow the implementing class to determine the correct
return state. |
FieldEventHandler.Action |
FieldStopOnEvent.eventOccurred(FieldSpacecraftState<T> s,
KK detector,
boolean increasing)
Specific implementation of the eventOccurred interface.
|
FieldEventHandler.Action |
FieldStopOnIncreasing.eventOccurred(FieldSpacecraftState<T> s,
KK detector,
boolean increasing)
Handle a detection event and choose what to do next.
|
FieldEventHandler.Action |
FieldContinueOnEvent.eventOccurred(FieldSpacecraftState<T> s,
KK detector,
boolean increasing)
Specific implementation of the eventOccurred interface.
|
static FieldEventHandler.Action |
FieldEventHandler.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldEventHandler.Action[] |
FieldEventHandler.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.