类 IterationEvent
java.lang.Object
java.util.EventObject
org.hipparchus.util.IterationEvent
- 所有已实现的接口:
-
Serializable
- 直接已知子类:
-
IterativeLinearSolverEvent
The root class from which all events occurring while running an
IterationManager
should be derived.
- 另请参阅:
-
字段概要
从类继承的字段 java.util.EventObject
source
-
构造器概要
-
方法概要
修饰符和类型方法说明int
Returns the number of iterations performed at the timethis
event is created.从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
IterationEvent
Creates a new instance of this class.- 参数:
-
source
- the iterative algorithm on which the event initially occurred -
iterations
- the number of iterations performed at the timethis
event is created
-
-
方法详细资料
-
getIterations
public int getIterations()Returns the number of iterations performed at the timethis
event is created.- 返回:
- the number of iterations performed
-