| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<NodeActivation.Key,Activation> |
Document.activationsByRid |
NavigableMap<NodeActivation.Key,NodeActivation> |
InterpretationNode.nodeActivations |
| Modifier and Type | Field and Description |
|---|---|
NodeActivation.Key<T> |
NodeActivation.key |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<NodeActivation.Key,A> |
Node.ThreadState.activations |
NavigableMap<NodeActivation.Key<T>,Set<NodeActivation<?>>> |
Node.ThreadState.added |
static Comparator<NodeActivation.Key> |
Node.BEGIN_COMP |
static Comparator<NodeActivation.Key> |
Node.END_COMP |
TreeMap<NodeActivation.Key,NodeActivation<?>> |
NodeActivation.inputs |
TreeMap<NodeActivation.Key,NodeActivation<?>> |
NodeActivation.outputs |
static Comparator<NodeActivation.Key> |
Node.RID_COMP |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Node,A extends NodeActivation<T>> |
Node.addActivation(Document doc,
NodeActivation.Key<T> ak,
Collection<NodeActivation<?>> inputActs)
Add a new activation to this logic node and further propagate this activation through the network.
|
int |
NodeActivation.Key.compareTo(NodeActivation.Key k) |
Activation |
OrNode.createActivation(Document doc,
NodeActivation.Key ak) |
protected NodeActivation<InputNode> |
InputNode.createActivation(Document doc,
NodeActivation.Key ak) |
protected NodeActivation<AndNode> |
AndNode.createActivation(Document doc,
NodeActivation.Key ak) |
| Constructor and Description |
|---|
NodeActivation(int id,
Document doc,
NodeActivation.Key<T> key) |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<NodeActivation.Key,Activation> |
INeuron.ThreadState.activations |
TreeMap<NodeActivation.Key,Activation> |
INeuron.ThreadState.activationsEnd |
TreeMap<NodeActivation.Key,Activation> |
INeuron.ThreadState.activationsRid |
| Modifier and Type | Method and Description |
|---|---|
static Activation |
Activation.get(Document doc,
INeuron n,
NodeActivation.Key ak) |
| Constructor and Description |
|---|
Activation(int id,
Document doc,
NodeActivation.Key key) |
Copyright © 2018. All rights reserved.