| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice |
| Modifier and Type | Field and Description |
|---|---|
Range |
Activation.Key.r |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Activation.filter(Node n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static Activation |
Activation.get(Document doc,
Node n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static Stream |
Activation.getActivationsByRange(Node.ThreadState th,
Node n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static Stream<Activation> |
Activation.select(Document doc,
Node n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
| Constructor and Description |
|---|
Activation(int id,
Node n,
Range pos,
Integer rid,
InterprNode o) |
Key(Node n,
Range r,
Integer rid,
InterprNode o) |
| 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) |
static Range |
Range.mergeRange(Range ra,
Range rb) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Range.compare(Range ra,
Range rb) |
static int |
Range.compare(Range ra,
Range rb,
boolean inv) |
static Range |
Range.getOutputRange(Range r,
boolean[] ro) |
Integer |
Range.Mapping.getSignalPos(Range r) |
String |
Document.getText(Range r) |
static Range |
Range.mergeRange(Range ra,
Range rb) |
static boolean |
Range.overlaps(Range ra,
Range rb)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Range |
Node.preProcessAddedActivation(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
protected Range |
InputNode.preProcessAddedActivation(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
protected Range |
AndNode.preProcessAddedActivation(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
| Modifier and Type | Method and Description |
|---|---|
InterprNode |
OrNode.lookupOrOption(Document doc,
Range r,
boolean create) |
Copyright © 2017. All rights reserved.