Package org.evrete.api
Interface WorkUnit
-
- All Known Subinterfaces:
EvaluatorHandle
public interface WorkUnitA unit of work with given complexity. The complexity can either be computed as a sum of underlying complexity objects or assigned by user.
The complexity value is a key parameter for a set of optimization tasks like grouping and sorting of conditions and for building the Rete evaluation graph.
-
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_COMPLEXITY
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default doublegetComplexity()
-
-
-
Field Detail
-
DEFAULT_COMPLEXITY
static final double DEFAULT_COMPLEXITY
- See Also:
- Constant Field Values
-
-