| Package | Description |
|---|---|
| org.aika | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Synapse.RangeSignal |
Iteration.Input.endSignal |
Synapse.RangeSignal |
Iteration.Input.startSignal |
| Modifier and Type | Method and Description |
|---|---|
Iteration.Input |
Iteration.Input.setEndSignal(Synapse.RangeSignal endSignal) |
Iteration.Input |
Iteration.Input.setStartSignal(Synapse.RangeSignal startSignal) |
| Modifier and Type | Field and Description |
|---|---|
Synapse.RangeSignal |
Synapse.Key.endSignal |
Synapse.RangeSignal |
Synapse.Key.startSignal |
| Modifier and Type | Method and Description |
|---|---|
static Synapse.RangeSignal |
Synapse.RangeSignal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Synapse.RangeSignal[] |
Synapse.RangeSignal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Key(boolean isNeg,
boolean isRecurrent,
Integer relativeRid,
Integer absoluteRid,
boolean matchRange,
Synapse.RangeSignal startSignal,
Synapse.RangeVisibility startVisibility,
Synapse.RangeSignal endSignal,
Synapse.RangeVisibility endVisibility) |
Copyright © 2017. All rights reserved.