Class Length

All Implemented Interfaces:
StopCondition

public class Length extends StopConditionBase

Length

The Length stop condition is fulfilled when the total number visited edges and vertices in the model is greater than, or equal, to the length given as a parameter to the constructor.

Author:
Nils Olsson
  • Constructor Details

    • Length

      public Length(long length)
  • Method Details