public static class PatternDiscovery.Config extends Object
| Modifier and Type | Field and Description |
|---|---|
PatternDiscovery.ActivationEvaluation |
checkExpandable |
PatternDiscovery.PatternEvaluation |
checkValidPattern |
PatternDiscovery.Counter |
counter |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
PatternDiscovery.Config |
setCheckExpandable(PatternDiscovery.ActivationEvaluation checkExpandable)
This callback checks whether the current pattern might be refined to an even larger pattern.
|
PatternDiscovery.Config |
setCheckValidPattern(PatternDiscovery.PatternEvaluation checkValidPattern) |
PatternDiscovery.Config |
setCounter(PatternDiscovery.Counter counter)
The counter callback function should implement a customized counting function.
|
public PatternDiscovery.PatternEvaluation checkValidPattern
public PatternDiscovery.ActivationEvaluation checkExpandable
public PatternDiscovery.Counter counter
public PatternDiscovery.Config setCheckValidPattern(PatternDiscovery.PatternEvaluation checkValidPattern)
public PatternDiscovery.Config setCheckExpandable(PatternDiscovery.ActivationEvaluation checkExpandable)
checkExpandable - public PatternDiscovery.Config setCounter(PatternDiscovery.Counter counter)
counter - Copyright © 2018. All rights reserved.