Interface Treatment<RW extends MaterializedData & Writable>
- Type Parameters:
RW- the writable materialized data type handled by the treatment
- All Known Subinterfaces:
EndTreatment<RW>, PreTreatment<RW>
- All Known Implementing Classes:
AddCreatedFacts, ComputeCore, ComputeLocalCore, Debug, PredicateFilterEndTreatment, Report, RuleSplit
public interface Treatment<RW extends MaterializedData & Writable>
Apply a given treatment
-
Method Summary
-
Method Details
-
init
-
apply
void apply()Applies the treatment -
describe
Default method to describe the treatment- Returns:
- a textual description of the treatment
-