fr.cnes.genopus.nonWidget.events
Interface CustomEventDetector

All Superinterfaces:
org.orekit.propagation.events.EventDetector, Serializable
All Known Subinterfaces:
CustomTriggeredEventDetector
All Known Implementing Classes:
CustomAltitudeDetector, CustomAOLDetector, CustomApsideDetector, CustomDateDetector, CustomEclipseDetector, CustomLocalTimeDetector, CustomNodeDetector, CustomRelativeDateDetector, CustomVisibilityFromStationDetector

public interface CustomEventDetector
extends org.orekit.propagation.events.EventDetector

Interface to be implemented by custom detectors defining method to get its action. The getAction method definition should be added to EventDetector PATRIUS interface.

Author:
ffsm

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.orekit.propagation.events.EventDetector
org.orekit.propagation.events.EventDetector.Action
 
Field Summary
 
Fields inherited from interface org.orekit.propagation.events.EventDetector
DECREASING, INCREASING, INCREASING_DECREASING
 
Method Summary
 org.orekit.propagation.events.EventDetector.Action getAction()
          Getter for the action to be performed in case of event detection.
 
Methods inherited from interface org.orekit.propagation.events.EventDetector
eventOccurred, g, getMaxCheckInterval, getMaxIterationCount, getSlopeSelection, getThreshold, init, resetState, shouldBeRemoved
 

Method Detail

getAction

org.orekit.propagation.events.EventDetector.Action getAction()
Getter for the action to be performed in case of event detection.

Returns:
the action to be performed in case of event detection.


Copyright © 2017. All rights reserved.