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