| Package | Description |
|---|---|
| org.aika.lattice |
| Modifier and Type | Field and Description |
|---|---|
static AndNode.Refinement |
AndNode.Refinement.MAX |
static AndNode.Refinement |
AndNode.Refinement.MIN |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<AndNode.Refinement,Provider<AndNode>> |
Node.andChildren |
SortedMap<AndNode.Refinement,Provider<? extends Node>> |
AndNode.parents |
TreeMap<org.aika.lattice.Node.ReverseAndRefinement,AndNode.Refinement> |
Node.reverseAndChildren |
| Modifier and Type | Method and Description |
|---|---|
static AndNode.Refinement |
AndNode.Refinement.read(DataInput in,
Model m) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
AndNode.Refinement.compareTo(AndNode.Refinement ref) |
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) |
| Constructor and Description |
|---|
AndNode(Model m,
int level,
SortedMap<AndNode.Refinement,Provider<? extends Node>> parents) |
Copyright © 2018. All rights reserved.