T
- The cost value typepublic interface MaxCostEvaluator<T>
Modifier and Type | Method and Description |
---|---|
boolean |
maxCostExceeded(T currentCost)
Evaluates whether the maximum cost has been exceeded.
|
boolean maxCostExceeded(T currentCost)
currentCost
- the cost to be checkedCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.