Interface FactsHandler<RW extends MaterializedData & Writable>

Type Parameters:
RW - the writable materialized data type receiving the facts
All Known Implementing Classes:
DelegatedApplication, DirectApplication

public interface FactsHandler<RW extends MaterializedData & Writable>
Handles newly created facts
  • Method Summary

    Modifier and Type
    Method
    Description
    add(FOFormula new_facts, RW readWriteData)
    Adds the facts to the QueryableWritableData
  • Method Details

    • add

      FOFormula add(FOFormula new_facts, RW readWriteData)
      Adds the facts to the QueryableWritableData
      Parameters:
      new_facts - fatcs to add
      readWriteData - Writable where to add the new facts
      Returns:
      the effectively added facts