Class VertexCoverage

All Implemented Interfaces:
StopCondition

public class VertexCoverage extends CoverageStopConditionBase

VertexCoverage

The VertexCoverage stop condition is fulfilled when the percentage of visited vertices in the model is greater than, or equal, to the percentage given as a parameter to the constructor.

Author:
Nils Olsson
  • Constructor Details

    • VertexCoverage

      public VertexCoverage(int percent)
  • Method Details