Package org.evrete.api
Interface Evaluator
- All Superinterfaces:
ComplexityObject,LogicallyComparable,Predicate<IntToValue>,ValuesPredicate
public interface Evaluator extends ValuesPredicate, LogicallyComparable, ComplexityObject
-
Field Summary
Fields inherited from interface org.evrete.api.LogicallyComparable
RELATION_EQUALS, RELATION_INVERSE, RELATION_NONE -
Method Summary
Modifier and Type Method Description org.evrete.runtime.builder.FieldReference[]descriptor()Describes fields and their ordering to be used during the evaluation
-
Method Details
-
descriptor
org.evrete.runtime.builder.FieldReference[] descriptor()Describes fields and their ordering to be used during the evaluation- Returns:
- fields in correct order
-