public interface ComplexityObject
Eventually, 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.
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_COMPLEXITY |
| Modifier and Type | Method and Description |
|---|---|
default double |
getComplexity() |
static final double DEFAULT_COMPLEXITY
Copyright © 2021. All rights reserved.