Interface StopCondition

All Known Subinterfaces:
ReachedStopCondition
All Known Implementing Classes:
AlternativeCondition, CombinedCondition, CoverageStopConditionBase, DependencyCoverageStopConditionBase, DependencyEdgeCoverage, EdgeCoverage, InternalState, Length, Never, PredefinedPathStopCondition, ReachedEdge, ReachedSharedState, ReachedStopConditionBase, ReachedVertex, RequirementCoverage, StopConditionBase, TimeDuration, VertexCoverage

public interface StopCondition
Author:
Nils Olsson
  • Field Details

  • Method Details

    • getContext

      Context getContext()
    • setContext

      void setContext(Context context)
    • isFulfilled

      boolean isFulfilled()
    • getFulfilment

      double getFulfilment()
    • getValue

      String getValue()
    • toString

      StringBuilder toString(StringBuilder builder)