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 classAbstractRule -
Uses of Rule in org.evrete.api
Classes in org.evrete.api with type parameters of type Rule Modifier and Type Interface Description interfaceRuleSet<R extends Rule>Interface describes a mutable collection of rules.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 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)