Uses of Interface
org.evrete.api.Rule
-
Packages that use Rule Package Description org.evrete org.evrete.api org.evrete.api.builders org.evrete.api.spi -
-
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. set(String property, Object value) -
Uses of Rule in org.evrete.api
Classes in org.evrete.api with type parameters of type Rule Modifier and Type Interface Description interfaceRuleCompiledSources<S extends RuleLiteralData<R>,R extends Rule>This class represents a compiled version ofRuleLiteralDatainterfaceRuleLiteralData<R extends Rule>A wrapper for the literal components of a rule.interfaceRuleSet<R extends Rule>Interface describes a mutable collection of rules.interfaceRuleSetContext<C extends RuntimeContext<C>,R extends Rule>Subinterfaces of Rule in org.evrete.api Modifier and Type Interface Description interfaceRuleBuilder<C extends RuntimeContext<C>>Deprecated.in favor ofRuleBuilderinterfaceRuntimeRuleFields 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 RuleLiteralExpression. getContext()Methods in org.evrete.api that return types with arguments of type Rule Modifier and Type Method Description Comparator<Rule>RuntimeContext. getRuleComparator()Methods in org.evrete.api with parameters of type Rule Modifier and Type Method Description voidRuleBuilderExceptionHandler. handle(RuleSet<?> context, Rule rule, RuntimeException exception)Deprecated.static LiteralExpressionLiteralExpression. of(String source, Rule context)Method parameters in org.evrete.api with type arguments of type Rule Modifier and Type Method Description voidRuntimeContext. setRuleComparator(Comparator<Rule> comparator) -
Uses of Rule in org.evrete.api.builders
Subinterfaces of Rule in org.evrete.api.builders Modifier and Type Interface Description interfaceRuleBuilder<C extends RuntimeContext<C>> -
Uses of Rule in org.evrete.api.spi
Methods in org.evrete.api.spi with type parameters of type Rule Modifier and Type Method Description <S extends RuleLiteralData<R>,R extends Rule>
Collection<RuleCompiledSources<S,R>>LiteralSourceCompiler. compile(RuntimeContext<?> context, Collection<S> sources)
-