public class RuleEngines
extends java.lang.Object
Constructor and Description |
---|
RuleEngines() |
Modifier and Type | Method and Description |
---|---|
static RuleEngine |
createIncQueryRuleEngine(IncQueryEngine engine)
Creates a new rule engine that is initialized over the given
IncQueryEngine and an agenda without rules.
|
static RuleEngine |
createIncQueryRuleEngine(IncQueryEngine engine,
java.util.Set<RuleSpecification<?>> specifications)
Creates a new rule engine that is initialized over the given
IncQueryEngine and an agenda with the given (unfiltered) rule specifications.
|
public static RuleEngine createIncQueryRuleEngine(IncQueryEngine engine)
engine
- public static RuleEngine createIncQueryRuleEngine(IncQueryEngine engine, java.util.Set<RuleSpecification<?>> specifications)
engine
- specifications
-