| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
InterpretationNode |
Document.bottom |
InterpretationNode[] |
InterpretationNode.children |
InterpretationNode |
Conflicts.Conflict.conflict |
InterpretationNode |
InterpretationNode.largestCommonSubset |
static InterpretationNode |
InterpretationNode.MAX |
static InterpretationNode |
InterpretationNode.MIN |
InterpretationNode |
Conflicts.Key.o |
InterpretationNode[] |
InterpretationNode.parents |
InterpretationNode |
Conflicts.Conflict.primary |
InterpretationNode |
Candidate.refinement |
InterpretationNode |
Conflicts.Conflict.secondary |
| Modifier and Type | Field and Description |
|---|---|
List<InterpretationNode> |
Document.bestInterpretation |
Set<InterpretationNode> |
InterpretationNode.linkedByLCS |
Set<InterpretationNode> |
InterpretationNode.orInterpretationNodes |
Set<InterpretationNode> |
InterpretationNode.refByOrInterpretationNode |
Set<InterpretationNode> |
InterpretationNode.selectedOrInterpretationNodes |
| Modifier and Type | Method and Description |
|---|---|
static InterpretationNode |
InterpretationNode.add(Document doc,
boolean nonConflicting,
InterpretationNode... input) |
static InterpretationNode |
InterpretationNode.add(Document doc,
boolean nonConflicting,
List<InterpretationNode> inputs) |
static InterpretationNode |
InterpretationNode.addPrimitive(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static InterpretationNode |
InterpretationNode.add(Document doc,
boolean nonConflicting,
InterpretationNode... input) |
static void |
Conflicts.add(NodeActivation act,
InterpretationNode primary,
InterpretationNode secondary) |
void |
InterpretationNode.addOrInterpretationNode(InterpretationNode n) |
static boolean |
InterpretationNode.checkSelfReferencing(InterpretationNode nx,
InterpretationNode ny,
boolean onlySelected,
int depth) |
static void |
Conflicts.collectConflicting(Collection<InterpretationNode> results,
InterpretationNode n,
long v) |
static int |
InterpretationNode.compare(InterpretationNode oa,
InterpretationNode ob) |
boolean |
InterpretationNode.Relation.compare(InterpretationNode a,
InterpretationNode b) |
int |
InterpretationNode.compareTo(InterpretationNode n) |
boolean |
InterpretationNode.contains(boolean dir,
InterpretationNode n,
boolean followLCS) |
boolean |
InterpretationNode.contains(InterpretationNode n,
boolean followLCS) |
| Modifier and Type | Method and Description |
|---|---|
static InterpretationNode |
InterpretationNode.add(Document doc,
boolean nonConflicting,
List<InterpretationNode> inputs) |
static void |
Conflicts.collectConflicting(Collection<InterpretationNode> results,
InterpretationNode n,
long v) |
void |
InterpretationNode.collectPrimitiveNodes(Collection<InterpretationNode> results,
long v) |
void |
SearchNode.collectResults(Collection<InterpretationNode> results) |
| Constructor and Description |
|---|
Candidate(InterpretationNode ref,
int id) |
Conflict(NodeActivation act,
InterpretationNode primary,
InterpretationNode secondary,
InterpretationNode conflict) |
Key(InterpretationNode o,
NodeActivation act) |
| Modifier and Type | Field and Description |
|---|---|
InterpretationNode |
NodeActivation.Key.interpretation |
| Modifier and Type | Method and Description |
|---|---|
InterpretationNode |
OrNode.lookupOrOption(Document doc,
Range r,
boolean create) |
| Constructor and Description |
|---|
Key(T node,
Range range,
Integer rid,
InterpretationNode interpretation) |
NodeActivation(int id,
Document doc,
T n,
Range pos,
Integer rid,
InterpretationNode o) |
| Modifier and Type | Field and Description |
|---|---|
InterpretationNode |
Activation.Builder.interpretation |
Copyright © 2018. All rights reserved.