public static interface AIteratorITracePointStateEnginge.ICondition
ITracePoint2D
) into a boolean.
Note: For every input trace point all conditions of a certain state must
exclude a result of Boolean.TRUE amongst each other. There must not
be two or more states related to transitions of a state that return
Boolean.TRUE for the same input trace point.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMet(ITracePoint2D input,
boolean isLastPoint)
Evaluate if the condition (for the corresponding transition) is met.
|
boolean isMet(ITracePoint2D input, boolean isLastPoint)
input - the current point read from the underlying iterator to
accumulate from.isLastPoint - true only if the last point is seen in the underlying iterator.Copyright © 2017. All rights reserved.