Class ComputeCore<RW extends MaterializedData & Writable>

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

public class ComputeCore<RW extends MaterializedData & Writable> extends Object implements EndTreatment<RW>, PreTreatment<RW>
Treatment that computes the core of the current fact base
Author:
Guillaume Pérution-Kihli
  • Constructor Details

    • ComputeCore

      public ComputeCore(CoreProcessor<RW> processor)
      Creates the core-computation treatment.
      Parameters:
      processor - the core processor used to prune the current fact base
  • Method Details