public static interface TrainConfig.PatternEvaluation
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Node n)
Check if
n is an interesting pattern that might be considered for further processing. |
boolean evaluate(Node n)
n is an interesting pattern that might be considered for further processing.
This property is required to be monotonic over the size of the pattern. In other words, if a pattern is
interesting, then all its sub patterns also need to be interesting.n - Copyright © 2017. All rights reserved.