Interface EvaluatorsContext

All Known Subinterfaces:
Knowledge, RuleSession<S>, RuleSetContext<C,R>, RuntimeContext<C>, StatefulSession, StatelessSession
All Known Implementing Classes:
AbstractSessionWrapper, KnowledgeWrapper

public interface EvaluatorsContext

A collection of every condition tha was ever used in the engine's runtime. It allows developers to register an Evaluator and use its EvaluatorHandle to later update the supplied condition.

  • Method Details