loadFacts abstract method

void loadFacts(
  1. List<Fact> facts
)

Loads facts into the engine.

Implementation

void loadFacts(List<Fact> facts);