Class LimitNumberOfStep<RW extends MaterializedData & Writable>

java.lang.Object
fr.inria.rules.integraal.forward_chaining.chase.halting_condition.LimitNumberOfStep<RW>
Type Parameters:
RW - the writable materialized data type used by the chase
All Implemented Interfaces:
HaltingCondition<RW>

public class LimitNumberOfStep<RW extends MaterializedData & Writable> extends Object implements HaltingCondition<RW>
This halting condition stops the chase if it reaches a given number of steps.
  • Constructor Details

    • LimitNumberOfStep

      public LimitNumberOfStep(int max)
      Creates a halting condition limited by the number of steps.
      Parameters:
      max - max number of steps
  • Method Details