Class SourceDelegatedDatalogRuleApplier<RW extends MaterializedData & Writable>

java.lang.Object
fr.inria.rules.integraal.forward_chaining.chase.rule_applier.SourceDelegatedDatalogRuleApplier<RW>
Type Parameters:
RW - the writable materialized data type handled by the applier
All Implemented Interfaces:
RuleApplier<RW>

public class SourceDelegatedDatalogRuleApplier<RW extends MaterializedData & Writable> extends Object implements RuleApplier<RW>
The source delegated rule application applies the rules by * Delegating the application to the factbase if it can handle it * Using a fallback method is it can't