| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Range.Operator |
Input.endRangeMatch |
Range.Operator |
Input.startRangeMatch |
| 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) |
Input |
Input.setEndRangeMatch(Range.Operator rm)
If set to true then the range end of this inputs activation needs to match.
|
Input |
Input.setStartRangeMatch(Range.Operator rm)
If set to true then the range begin of this inputs activation needs to match.
|
| Modifier and Type | Method and Description |
|---|---|
static Range.Operator |
Range.Operator.invert(Range.Operator rm) |
static Range.Operator |
Range.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.Operator[] |
Range.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Range.Operator |
Range.Operator.invert(Range.Operator rm) |
| Modifier and Type | Field and Description |
|---|---|
Range.Operator |
Synapse.Key.endRangeMatch |
Range.Operator |
Synapse.Key.startRangeMatch |
| Constructor and Description |
|---|
Key(boolean isNeg,
boolean isRecurrent,
Integer relativeRid,
Integer absoluteRid,
Range.Operator startRangeMatch,
Range.Mapping startRangeMapping,
boolean startRangeOutput,
Range.Operator endRangeMatch,
Range.Mapping endRangeMapping,
boolean endRangeOutput) |
Copyright © 2017. All rights reserved.