Package org.graphwalker.core.condition
Class ReachedEdge
java.lang.Object
org.graphwalker.core.condition.StopConditionBase
org.graphwalker.core.condition.ReachedStopConditionBase
org.graphwalker.core.condition.ReachedEdge
- All Implemented Interfaces:
ReachedStopCondition,StopCondition
ReachedEdge
The ReachedEdge stop condition is fulfilled when the traversing of the model reaches the named edge.- Author:
- Nils Olsson
-
Field Summary
Fields inherited from interface org.graphwalker.core.condition.StopCondition
FULFILLMENT_LEVEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidMethods inherited from class org.graphwalker.core.condition.ReachedStopConditionBase
getFulfilment, isFulfilled, setContextMethods inherited from class org.graphwalker.core.condition.StopConditionBase
getContext, getValue, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.graphwalker.core.condition.StopCondition
getContext, getValue, toString
-
Constructor Details
-
ReachedEdge
-
-
Method Details
-
getTargetElements
-
validate
- Overrides:
validatein classReachedStopConditionBase
-