Package org.graphwalker.core.condition
Class ReachedStopConditionBase
java.lang.Object
org.graphwalker.core.condition.StopConditionBase
org.graphwalker.core.condition.ReachedStopConditionBase
- All Implemented Interfaces:
ReachedStopCondition,StopCondition
- Direct Known Subclasses:
ReachedEdge,ReachedSharedState,ReachedVertex
public abstract class ReachedStopConditionBase
extends StopConditionBase
implements ReachedStopCondition
- Author:
- Nils Olsson
-
Field Summary
Fields inherited from interface org.graphwalker.core.condition.StopCondition
FULFILLMENT_LEVEL -
Constructor Summary
Constructors -
Method Summary
Methods 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.ReachedStopCondition
getTargetElementsMethods inherited from interface org.graphwalker.core.condition.StopCondition
getContext, getValue, toString
-
Constructor Details
-
ReachedStopConditionBase
-
-
Method Details
-
setContext
- Specified by:
setContextin interfaceStopCondition- Overrides:
setContextin classStopConditionBase
-
validate
-
isFulfilled
public boolean isFulfilled()- Specified by:
isFulfilledin interfaceStopCondition- Overrides:
isFulfilledin classStopConditionBase
-
getFulfilment
public double getFulfilment()- Specified by:
getFulfilmentin interfaceStopCondition
-