| Package | Description |
|---|---|
| org.aika.lattice | |
| org.aika.training |
| Modifier and Type | Method and Description |
|---|---|
static SortedMap<AndNode.Refinement,Provider<? extends Node>> |
AndNode.computeNextLevelParents(Model m,
int threadId,
Node pa,
AndNode.Refinement ref,
PatternDiscovery.Config config) |
static AndNode |
AndNode.createNextLevelNode(Model m,
int threadId,
Node n,
AndNode.Refinement ref,
PatternDiscovery.Config config) |
void |
AndNode.discover(Document doc,
NodeActivation<AndNode> act,
PatternDiscovery.Config config) |
void |
InputNode.discover(Document doc,
NodeActivation<InputNode> act,
PatternDiscovery.Config config) |
abstract void |
Node.discover(Document doc,
NodeActivation<T> act,
PatternDiscovery.Config config) |
void |
OrNode.discover(Document doc,
NodeActivation act,
PatternDiscovery.Config config) |
| Modifier and Type | Method and Description |
|---|---|
PatternDiscovery.Config |
PatternDiscovery.Config.setCheckExpandable(PatternDiscovery.ActivationEvaluation checkExpandable)
This callback checks whether the current pattern might be refined to an even larger pattern.
|
PatternDiscovery.Config |
PatternDiscovery.Config.setCheckValidPattern(PatternDiscovery.PatternEvaluation checkValidPattern) |
PatternDiscovery.Config |
PatternDiscovery.Config.setCounter(PatternDiscovery.Counter counter)
The counter callback function should implement a customized counting function.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PatternDiscovery.discover(Document doc,
PatternDiscovery.Config config) |
Copyright © 2018. All rights reserved.