Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method | Description |
---|---|---|
static BooleanDetector |
BooleanDetector.andCombine(Collection<? extends EventDetector> detectors) |
Create a new event detector that is the logical AND of the given event detectors.
|
static BooleanDetector |
BooleanDetector.andCombine(EventDetector... detectors) |
Create a new event detector that is the logical AND of the given event detectors.
|
protected BooleanDetector |
BooleanDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super BooleanDetector> newHandler) |
|
static BooleanDetector |
BooleanDetector.orCombine(Collection<? extends EventDetector> detectors) |
Create a new event detector that is the logical OR or the given event detectors.
|
static BooleanDetector |
BooleanDetector.orCombine(EventDetector... detectors) |
Create a new event detector that is the logical OR or the given event detectors.
|
Modifier and Type | Method | Description |
---|---|---|
protected BooleanDetector |
BooleanDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super BooleanDetector> newHandler) |
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.