T
- type of the field element
public class FieldContinueOnEvent<T extends org.hipparchus.CalculusFieldElement<T>> extends Object implements FieldEventHandler<T>
continue
作为状态的事件处理程序。
Constructor and Description |
---|
FieldContinueOnEvent()
空构造函数。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.ode.events.Action |
eventOccurred(FieldSpacecraftState<T> s, FieldEventDetector<T> detector, boolean increasing)
事件发生接口的特定实现。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, resetState
public FieldContinueOnEvent()
这个构造函数并非必需,但它可以防止在JDK 18及更高版本中出现不必要的javadoc警告。
public org.hipparchus.ode.events.Action eventOccurred(FieldSpacecraftState<T> s, FieldEventDetector<T> detector, boolean increasing)
eventOccurred
在接口 FieldEventHandler<T extends org.hipparchus.CalculusFieldElement<T>>
s
- 用于评估的航天器状态
detector
- 具有适当类型的对象,可用于确定正确的返回状态
increasing
- 事件发生在“增加”或“减少”斜率方向
continue
Copyright © 2002-2023 CS GROUP. All rights reserved.