Uses of Interface
org.evrete.api.Rule
| Package | Description |
|---|---|
| org.evrete | |
| org.evrete.api |
-
Uses of Rule in org.evrete
Classes in org.evrete that implement Rule Modifier and Type Class Description classAbstractRuleMethods in org.evrete that return Rule Modifier and Type Method Description RuleAbstractRule. setRhs(Consumer<RhsContext> rhs) -
Uses of Rule in org.evrete.api
Subinterfaces of Rule in org.evrete.api Modifier and Type Interface Description interfaceRuleBuilder<C extends RuntimeContext<C>>interfaceRuntimeRuleFields in org.evrete.api with type parameters of type Rule Modifier and Type Field Description static Comparator<Rule>RuntimeContext. SALIENCE_COMPARATORMethods in org.evrete.api that return Rule Modifier and Type Method Description RuleRule. setRhs(Consumer<RhsContext> rhs)Methods in org.evrete.api that return types with arguments of type Rule Modifier and Type Method Description Comparator<Rule>RuntimeContext. getRuleComparator()Method parameters in org.evrete.api with type arguments of type Rule Modifier and Type Method Description voidRuntimeContext. setRuleComparator(Comparator<Rule> comparator)