| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Method and Description |
|---|---|
static InterpretationNode.Relation |
InterpretationNode.Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpretationNode.Relation[] |
InterpretationNode.Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Node> |
Activation.filter(T n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Activation |
Activation.get(Document doc,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.getActivationsByRange(INeuron.ThreadState th,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.select(Document doc,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.select(INeuron.ThreadState th,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
Copyright © 2018. All rights reserved.