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.
|
org.orekit.python |
This package provides an interface to python based on JCC as an interface.
|
Modifier and Type | Method and Description |
---|---|
EventHandler.Action |
EventDetector.eventOccurred(SpacecraftState s,
boolean increasing)
Handle the event.
|
EventHandler.Action |
AbstractDetector.eventOccurred(SpacecraftState s,
boolean increasing)
Handle the event.
|
Modifier and Type | Method and Description |
---|---|
EventHandler.Action |
StopOnIncreasing.eventOccurred(SpacecraftState s,
T detector,
boolean increasing)
Handle a detection event and choose what to do next.
|
EventHandler.Action |
StopOnEvent.eventOccurred(SpacecraftState s,
T detector,
boolean increasing)
Specific implementation of the eventOccurred interface.
|
EventHandler.Action |
StopOnDecreasing.eventOccurred(SpacecraftState s,
T detector,
boolean increasing)
Handle a detection event and choose what to do next.
|
EventHandler.Action |
EventHandler.eventOccurred(SpacecraftState s,
T 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. |
EventHandler.Action |
ContinueOnEvent.eventOccurred(SpacecraftState s,
T detector,
boolean increasing)
Specific implementation of the eventOccurred interface.
|
static EventHandler.Action |
EventHandler.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventHandler.Action[] |
EventHandler.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventHandler.Action |
PythonEventDetector.eventOccurred(SpacecraftState s,
boolean increasing)
Handle the event.
|
EventHandler.Action |
PythonEventHandler.eventOccurred(SpacecraftState s,
T 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. |
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.