- All Superinterfaces:
WorkUnit
Evaluator handles essentially act as references to LHS (Left Hand Side) conditions, much like how each fact in working memory is associated with a fact handle.
While evaluator handles are mostly used under the hood, advanced users may utilize these handles to replace conditions on the fly.
-
Field Summary
Fields inherited from interface org.evrete.api.WorkUnit
DEFAULT_COMPLEXITY -
Method Summary
Modifier and TypeMethodDescriptionReturns a Set of NamedType objects representing the types involved in the descriptor of this evaluator.Methods inherited from interface org.evrete.api.WorkUnit
getComplexity
-
Method Details
-
descriptor
FieldReference[] descriptor()- Returns:
- an array of
FieldReferenceobjects representing the descriptor of this evaluator.
-
namedTypes
Returns a Set of NamedType objects representing the types involved in the descriptor of this evaluator.- Returns:
- a Set of NamedType objects representing the types involved in the descriptor of this evaluator
-