Package org.graphwalker.core.condition
Class CoverageStopConditionBase
java.lang.Object
org.graphwalker.core.condition.StopConditionBase
org.graphwalker.core.condition.CoverageStopConditionBase
- All Implemented Interfaces:
StopCondition
- Direct Known Subclasses:
EdgeCoverage,RequirementCoverage,VertexCoverage
- 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, isFulfilled, setContext, 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
getFulfilment
-
Constructor Details
-
CoverageStopConditionBase
protected CoverageStopConditionBase(int percent)
-
-
Method Details
-
getPercent
public int getPercent() -
getPercentAsDouble
protected double getPercentAsDouble()
-