- All Superinterfaces:
NamedType.Resolver
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionaddFactDeclaration(String name, Class<?> type) Deprecated.addFactDeclaration(String name, String type) Deprecated.addFactDeclaration(String name, Type<?> type) Deprecated.create()Deprecated.Finishes LHS declaration and returns the rule builderexecute()Deprecated.Terminates the rule builder without RHS and adds the rule to the current contextDeprecated.execute(Consumer<RhsContext> consumer) Deprecated.Terminates the rule builder with the provided RHS and adds the rule to the current contextDeprecated.default LhsBuilder<C>Deprecated.Deprecated.Deprecated.where(Predicate<Object[]> predicate, double complexity, FieldReference... references) Deprecated.default LhsBuilder<C>Deprecated.default LhsBuilder<C>where(Predicate<Object[]> predicate, FieldReference... references) Deprecated.where(EvaluatorHandle... expressions) Deprecated.where(ValuesPredicate predicate, double complexity, String... references) Deprecated.where(ValuesPredicate predicate, double complexity, FieldReference... references) Deprecated.default LhsBuilder<C>where(ValuesPredicate predicate, String... references) Deprecated.default LhsBuilder<C>where(ValuesPredicate predicate, FieldReference... references) Deprecated.Methods inherited from interface org.evrete.api.NamedType.Resolver
getDeclaredFactTypes, resolve
-
Method Details
-
execute
Deprecated. -
setRhs
Deprecated. -
create
RuleBuilder<C> create()Deprecated.Finishes LHS declaration and returns the rule builder
- Returns:
- rule builder
-
execute
C execute()Deprecated.Terminates the rule builder without RHS and adds the rule to the current context
- Returns:
- context
-
execute
Deprecated.Terminates the rule builder with the provided RHS and adds the rule to the current context
- Parameters:
consumer- RHS- Returns:
- context
-
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
where
Deprecated. -
addFactDeclaration
Deprecated. -
addFactDeclaration
Deprecated. -
addFactDeclaration
Deprecated.
-
LhsBuilderinstead