Class AddCreatedFacts<RW extends MaterializedData & Writable>

java.lang.Object
fr.inria.rules.integraal.forward_chaining.chase.treatment.AddCreatedFacts<RW>
Type Parameters:
RW - the writable materialized data type manipulated by the chase
All Implemented Interfaces:
EndTreatment<RW>, Treatment<RW>

public class AddCreatedFacts<RW extends MaterializedData & Writable> extends Object implements EndTreatment<RW>
When applied, this treatment adds the facts created at the previous step to the factbase This is used for parallel application of rules.
  • Constructor Details

    • AddCreatedFacts

      public AddCreatedFacts()
      Creates a treatment that adds facts produced at the previous step.
  • Method Details