Package org.graphwalker.core.condition
Class ReachedSharedState
java.lang.Object
org.graphwalker.core.condition.StopConditionBase
org.graphwalker.core.condition.ReachedStopConditionBase
org.graphwalker.core.condition.ReachedSharedState
- All Implemented Interfaces:
ReachedStopCondition,StopCondition
ReachedSharedState
The ReachedSharedState stop condition is fulfilled when the traversing of the model reaches the vertex with the named sharedState.- 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
-
ReachedSharedState
-
-
Method Details
-
getTargetElements
-
validate
- Overrides:
validatein classReachedStopConditionBase
-