Class HasRulesToApply<RW extends MaterializedData & Writable>

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

public class HasRulesToApply<RW extends MaterializedData & Writable> extends Object implements HaltingCondition<RW>
This halting condition stops the chase if no rules need to be applied according to the scheduler.
  • Constructor Details

    • HasRulesToApply

      public HasRulesToApply()
      Creates a halting condition that stops when the scheduler has no rule left to apply.
  • Method Details