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