Uses of Interface
org.evrete.api.ValuesPredicate
-
Packages that use ValuesPredicate Package Description org.evrete.api org.evrete.api.builders -
-
Uses of ValuesPredicate in org.evrete.api
Subinterfaces of ValuesPredicate in org.evrete.api Modifier and Type Interface Description interfaceEvaluatorAn internal representation of every condition in the rule engine.interfaceLiteralEvaluatorMethods in org.evrete.api with parameters of type ValuesPredicate Modifier and Type Method Description EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, double complexity, String... references)Deprecated.Registers the provided predicate with the current context (aKnowledgeor aRuleSession).EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, double complexity, FieldReference... references)Deprecated.Registers the provided predicate with the current context (aKnowledgeor aRuleSession).default EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, String... references)Deprecated.Registers the provided predicate with the current context (aKnowledgeor aRuleSession).default EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, FieldReference... references)Deprecated.Registers the provided predicate with the current context (aKnowledgeor aRuleSession).voidEvaluatorsContext. replaceEvaluator(EvaluatorHandle handle, ValuesPredicate predicate)Replaces existing condition with a new one.LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, double complexity, String... references)Deprecated.LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, double complexity, FieldReference... references)Deprecated.default LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, String... references)Deprecated.default LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, FieldReference... references)Deprecated. -
Uses of ValuesPredicate in org.evrete.api.builders
Methods in org.evrete.api.builders with parameters of type ValuesPredicate Modifier and Type Method Description EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, double complexity, String... references)Registers the provided predicate with the current context (aKnowledgeor aRuleSession).EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, double complexity, FieldReference... references)Registers the provided predicate with the current context (aKnowledgeor aRuleSession).default EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, String... references)Registers the provided predicate with the current context (aKnowledgeor aRuleSession).default EvaluatorHandleRuleBuilder. createCondition(ValuesPredicate predicate, FieldReference... references)Registers the provided predicate with the current context (aKnowledgeor aRuleSession).LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, double complexity, String... references)LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, double complexity, FieldReference... references)default LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, String... references)default LhsBuilder<C>LhsBuilder. where(ValuesPredicate predicate, FieldReference... references)
-