| Package | Description |
|---|---|
| network.aika | |
| network.aika.neuron | |
| network.aika.neuron.activation | |
| network.aika.neuron.relation |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<Integer,Position> |
Document.positions |
| Modifier and Type | Method and Description |
|---|---|
Position |
Document.lookupFinalPosition(int pos) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Activation> |
Document.getActivationsByPosition(int fromSlot,
Position fromPos,
boolean fromInclusive,
int toSlot,
Position toPos,
boolean toInclusive) |
Collection<Activation> |
Document.getActivationsByPosition(Position fromPos,
boolean fromInclusive,
Position toPos,
boolean toInclusive) |
String |
Document.getText(Position begin,
Position end) |
| Constructor and Description |
|---|
ActKey(int slot,
Position pos,
Node node,
int actId) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Activation> |
Neuron.getActivations(Document doc,
int slot,
Position pos,
boolean onlyFinal) |
Stream<Activation> |
INeuron.getActivations(Document doc,
int slot,
Position pos,
boolean onlyFinal) |
Stream<Activation> |
INeuron.ThreadState.getActivations(int fromSlot,
Position fromPos,
boolean fromInclusive,
int toSlot,
Position toPos,
boolean toInclusive) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Activation> |
INeuron.ThreadState.getActivations(SortedMap<Integer,Position> slots) |
| Constructor and Description |
|---|
ActKey(int slot,
Position pos,
int actId) |
| Modifier and Type | Field and Description |
|---|---|
static Position |
Position.MAX |
static Position |
Position.MIN |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,Position> |
Activation.slots |
| Modifier and Type | Method and Description |
|---|---|
Position |
Activation.getSlot(int slot) |
| Modifier and Type | Method and Description |
|---|---|
int |
Position.compare(Position pos) |
static int |
Position.compare(Position a,
Position b) |
Integer |
Position.getDistance(Position pos) |
void |
Activation.setSlot(int slot,
Position pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
Activation.setSlots(Map<Integer,Position> slots) |
| Modifier and Type | Method and Description |
|---|---|
abstract Stream<Activation> |
PositionRelation.getActivations(INeuron.ThreadState th,
Position pos) |
Stream<Activation> |
PositionRelation.Equals.getActivations(INeuron.ThreadState th,
Position pos) |
Stream<Activation> |
PositionRelation.LessThan.getActivations(INeuron.ThreadState th,
Position pos) |
Stream<Activation> |
PositionRelation.GreaterThan.getActivations(INeuron.ThreadState th,
Position pos) |
abstract boolean |
PositionRelation.test(Position a,
Position b) |
boolean |
PositionRelation.Equals.test(Position a,
Position b) |
boolean |
PositionRelation.LessThan.test(Position a,
Position b) |
boolean |
PositionRelation.GreaterThan.test(Position a,
Position b) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Relation.mapSlots(Map<Integer,Position> slots,
Activation act) |
void |
Relation.Any.mapSlots(Map<Integer,Position> slots,
Activation act) |
void |
PositionRelation.mapSlots(Map<Integer,Position> slots,
Activation act) |
void |
PositionRelation.Equals.mapSlots(Map<Integer,Position> slots,
Activation act) |
void |
MultiRelation.mapSlots(Map<Integer,Position> slots,
Activation act) |
void |
AncestorRelation.mapSlots(Map<Integer,Position> slots,
Activation act) |
Copyright © 2018. All rights reserved.