| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
static Range.Output |
Range.Output.BEGIN |
static Range.Output |
Range.Output.DIRECT |
static Range.Output |
Range.Output.END |
static Range.Output |
Range.Output.NONE |
| Modifier and Type | Method and Description |
|---|---|
static Range.Output |
Range.Output.create(Range.Mapping begin,
Range.Mapping end) |
Range.Output |
Range.Output.invert() |
static Range.Output |
Range.Output.lookup(Range.Output r) |
static Range.Output |
Range.Output.read(DataInput in,
Model m) |
| Modifier and Type | Method and Description |
|---|---|
int |
Range.Output.compareTo(Range.Output ro) |
static Range.Relation |
Range.Relation.createQuery(Range.Relation ra,
Range.Output ob,
Range.Output oa,
Range.Relation rb) |
static Range.Output |
Range.Output.lookup(Range.Output r) |
| Modifier and Type | Field and Description |
|---|---|
Range.Output |
Synapse.Key.rangeOutput |
Range.Output |
Synapse.Builder.rangeOutput |
| Modifier and Type | Method and Description |
|---|---|
Synapse.Builder |
Synapse.Builder.setRangeOutput(Range.Output rangeOutput)
setRangeOutput is just a convenience function to call setBeginRangeOutput and
setEndRangeOutput at the same time. |
| Constructor and Description |
|---|
Key(boolean isRecurrent,
Integer relativeRid,
Integer absoluteRid,
Range.Relation rangeMatch,
Range.Output rangeOutput) |
Copyright © 2018. All rights reserved.