Interface RuleCompilerContextFactory<T extends RuleCompilerContext>

All Known Implementing Classes:
DefaultRuleCompilerContextFactory

public interface RuleCompilerContextFactory<T extends RuleCompilerContext>
Implementations of this interface are responsible for creating and destroying instances of RuleCompilerContext.
  • Method Details