| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| 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.Relation rr,
Option o,
Option.Relation or) |
static Activation |
Activation.get(Iteration t,
Node n,
Integer rid,
Range r,
Range.Relation rr,
Option o,
Option.Relation or) |
static Stream<Activation> |
Activation.select(Iteration t,
Node n,
Integer rid,
Range r,
Range.Relation rr,
Option o,
Option.Relation or) |
| Constructor and Description |
|---|
Activation(Node n,
Range pos,
Integer rid,
Option o) |
Key(Node n,
Range r,
Integer rid,
Option o) |
| Modifier and Type | Field and Description |
|---|---|
static Range |
Range.MAX |
static Range |
Range.MIN |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.applyVisibility(Range ra,
Synapse.RangeVisibility[] rav,
Range rb,
Synapse.RangeVisibility[] rbv) |
Range |
Range.invert(boolean inv) |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.applyVisibility(Range ra,
Synapse.RangeVisibility[] rav,
Range rb,
Synapse.RangeVisibility[] rbv) |
static int |
Range.compare(Range ra,
Range rb) |
static int |
Range.compare(Range ra,
Range rb,
boolean inv) |
boolean |
Document.contains(Range r) |
static boolean |
Range.contains(Range ra,
Range rb) |
Stream<Activation> |
Range.Relation.getActivations(Iteration t,
Node n,
Integer rid,
Range r,
Option o,
Option.Relation or) |
Stream<Activation> |
Range.SynapseRangeMatcher.getActivations(Iteration t,
Node n,
Integer rid,
Range r,
Option o,
Option.Relation or) |
Stream<Activation> |
Range.BeginEndMatcher.getActivations(Iteration t,
Node n,
Integer rid,
Range r,
Option o,
Option.Relation or) |
String |
Document.getText(Range r) |
abstract boolean |
Range.Relation.match(Range ra,
Range rb) |
boolean |
Range.SynapseRangeMatcher.match(Range ra,
Range rb) |
boolean |
Range.BeginEndMatcher.match(Range ra,
Range rb) |
static boolean |
Range.overlaps(Range ra,
Range rb) |
| Modifier and Type | Method and Description |
|---|---|
protected Range |
Node.preProcessAddedActivation(Iteration t,
Activation.Key ak,
Collection<Activation> inputActs) |
protected Range |
InputNode.preProcessAddedActivation(Iteration t,
Activation.Key ak,
Collection<Activation> inputActs) |
protected Range |
AndNode.preProcessAddedActivation(Iteration t,
Activation.Key ak,
Collection<Activation> inputActs) |
| Modifier and Type | Method and Description |
|---|---|
Option |
OrNode.lookupOrOption(Iteration t,
Range r,
boolean create) |
void |
OrNode.updateActivation(Iteration t,
Range inputR,
Integer rid) |
| Modifier and Type | Method and Description |
|---|---|
int |
Synapse.RangeSignal.getSignalPos(Range r,
int def) |
Copyright © 2017. All rights reserved.