| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Range.Operator |
Range.Relation.beginToBegin |
Range.Operator |
Range.Relation.beginToEnd |
Range.Operator |
Range.Relation.endToBegin |
Range.Operator |
Range.Relation.endToEnd |
| Modifier and Type | Method and Description |
|---|---|
static Range.Operator |
Range.Operator.getById(int id) |
Range.Operator |
Range.Operator.invert() |
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.Relation |
Range.Relation.create(Range.Operator beginToBegin,
Range.Operator endToEnd) |
static Range.Relation |
Range.Relation.create(Range.Operator beginToBegin,
Range.Operator beginToEnd,
Range.Operator endToEnd,
Range.Operator endToBegin) |
| Modifier and Type | Method and Description |
|---|---|
Synapse.Builder |
Synapse.Builder.setRangeMatch(Range.Operator beginToBegin,
Range.Operator endToEnd)
setRangeMatch is just a convenience function to call both
setBeginToBeginRangeMatch and setEndToEndRangeMatch at the same time. |
Copyright © 2018. All rights reserved.