Uses of Interface
org.evrete.api.ValuesPredicate
Packages that use ValuesPredicate
-
Uses of ValuesPredicate in org.evrete.api
Subinterfaces of ValuesPredicate in org.evrete.apiModifier and TypeInterfaceDescriptioninterfaceAn internal representation of every condition in the rule engine.Methods in org.evrete.api with parameters of type ValuesPredicateModifier and TypeMethodDescriptionLhsBuilder.addWhere(ValuesPredicate predicate, double complexity, String... references) LhsBuilder.addWhere(ValuesPredicate predicate, double complexity, FieldReference... references) default EvaluatorHandleLhsBuilder.addWhere(ValuesPredicate predicate, String... references) default EvaluatorHandleLhsBuilder.addWhere(ValuesPredicate predicate, FieldReference... references) voidEvaluatorsContext.replaceEvaluator(EvaluatorHandle handle, ValuesPredicate predicate) Replaces existing condition with a new one.LhsBuilder.where(ValuesPredicate predicate, double complexity, String... references) LhsBuilder.where(ValuesPredicate predicate, double complexity, FieldReference... references) LhsBuilder.where(ValuesPredicate predicate, String... references) LhsBuilder.where(ValuesPredicate predicate, FieldReference... references)