public static interface PatternDiscovery.PatternEvaluation
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Node n)
Check if
node is an interesting pattern that might be considered for further processing. |
boolean evaluate(Node n)
node 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 © 2018. All rights reserved.