Interface Paths.Condition
raft.kilavuz.runtime
Enclosing class:

public static interface Paths.Condition
used to check if a certain condition is met. Conditions are typically used for pausing path execution until some specific event occurs (for example wait for an elevator to arrive)
See Also:
Paths.conditionalSegment(PathPosition, Condition)

Method Summary
boolean
isConditionMet()
checks if the condition is met
Method Detail
isConditionMet
boolean isConditionMet()
checks if the condition is met
Returns:
true if condition is met, false o/w
Java API documentation generated with DocFlex/Doclet v1.5.2
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com