Class CreatedFactsAtPreviousStep<RW extends MaterializedData & Writable>

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

public class CreatedFactsAtPreviousStep<RW extends MaterializedData & Writable> extends Object implements HaltingCondition<RW>
This halting condition stops the chase if no facts were created at the last step
  • Constructor Details

    • CreatedFactsAtPreviousStep

      public CreatedFactsAtPreviousStep()
      Creates a halting condition based on the facts produced at the previous step.
  • Method Details