public interface NodeCanFinish
For example, a SpringNode
is considered finished when its inputs are finished and the
spring is at rest. A TimingNode
is considered finished when its inputs are finished and
it's reached the end of its duration.
Modifier and Type | Method and Description |
---|---|
boolean |
isFinished()
Called by framework code to determine whether a node is finished.
|