Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method and Description |
---|---|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldBooleanDetector.andCombine(Collection<? extends FieldEventDetector<T>> detectors)
Create a new event detector that is the logical AND of the given event detectors.
|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldBooleanDetector.andCombine(FieldEventDetector<T>... detectors)
Create a new event detector that is the logical AND of the given event detectors.
|
protected FieldBooleanDetector<T> |
FieldBooleanDetector.create(FieldAdaptableInterval<T> newMaxCheck,
T newThreshold,
int newMaxIter,
FieldEventHandler<T> newHandler) |
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldBooleanDetector.orCombine(Collection<? extends FieldEventDetector<T>> detectors)
Create a new event detector that is the logical OR of the given event detectors.
|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldBooleanDetector.orCombine(FieldEventDetector<T>... detectors)
Create a new event detector that is the logical OR of the given event detectors.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.