| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
static Range |
Range.MAX |
static Range |
Range.MIN |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.getOutputRange(Range r,
boolean[] ro) |
Range |
Range.invert(boolean inv) |
Range |
Range.Output.map(Range r) |
static Range |
Range.mergeRange(Range ra,
Range rb) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Range.compare(Range ra,
Range rb) |
boolean |
Range.Relation.compare(Range ra,
Range rb) |
static int |
Range.compare(Range ra,
Range rb,
boolean inv) |
boolean |
Range.contains(Range r) |
boolean |
Range.equals(Range r) |
static Range |
Range.getOutputRange(Range r,
boolean[] ro) |
String |
Document.getText(Range r) |
Range |
Range.Output.map(Range r) |
Integer |
Range.Mapping.map(Range r) |
static Range |
Range.mergeRange(Range ra,
Range rb) |
static boolean |
Range.overlaps(Range ra,
Range rb)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
Range |
NodeActivation.Key.range |
| 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 |
|---|---|
Range |
Activation.Builder.range |
| Modifier and Type | Method and Description |
|---|---|
<T extends Node> |
Activation.filter(T n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Activation |
Activation.get(Document doc,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.getActivationsByRange(INeuron.ThreadState th,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.select(Document doc,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.select(INeuron.ThreadState th,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
Activation.Builder |
Activation.Builder.setRange(Range range) |
Copyright © 2018. All rights reserved.