Package org.graphwalker.core.condition
Class StopConditionBase
java.lang.Object
org.graphwalker.core.condition.StopConditionBase
- All Implemented Interfaces:
StopCondition
- Direct Known Subclasses:
AlternativeCondition,CombinedCondition,CoverageStopConditionBase,DependencyCoverageStopConditionBase,InternalState,Length,Never,PredefinedPathStopCondition,ReachedStopConditionBase,TimeDuration
- Author:
- Nils Olsson
-
Field Summary
Fields inherited from interface org.graphwalker.core.condition.StopCondition
FULFILLMENT_LEVEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanvoidsetContext(Context context) toString()toString(StringBuilder builder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.graphwalker.core.condition.StopCondition
getFulfilment
-
Constructor Details
-
StopConditionBase
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceStopCondition
-
getContext
- Specified by:
getContextin interfaceStopCondition
-
setContext
- Specified by:
setContextin interfaceStopCondition
-
isFulfilled
public boolean isFulfilled()- Specified by:
isFulfilledin interfaceStopCondition
-
toString
-
toString
- Specified by:
toStringin interfaceStopCondition
-