Package network.aika.neuron.relation
Class Relation.Any
- java.lang.Object
-
- network.aika.neuron.relation.Relation
-
- network.aika.neuron.relation.Relation.Any
-
- All Implemented Interfaces:
Comparable<Relation>,Writable
- Enclosing class:
- Relation
public static class Relation.Any extends Relation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class network.aika.neuron.relation.Relation
Relation.Any, Relation.Builder, Relation.RelationFactory
-
-
Field Summary
Fields Modifier and Type Field Description static intID-
Fields inherited from class network.aika.neuron.relation.Relation
AFTER, ANY, BEFORE, BEGIN_EQUALS, BEGIN_TO_END_EQUALS, CONTAINED_IN, CONTAINS, END_EQUALS, END_TO_BEGIN_EQUALS, EQUALS, OVERLAPS, relationRegistry
-
-
Constructor Summary
Constructors Constructor Description Any()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<Activation>getActivations(INeuron n, Activation linkedAct)intgetType()Relationinvert()booleanisExact()voidmapSlots(Map<Integer,Position> slots, Activation act)booleantest(Activation act, Activation linkedAct, boolean allowUndefined)-
Methods inherited from class network.aika.neuron.relation.Relation
addRelation, addRelation, compareTo, getLeafRelations, getRelation, getRelationsMap, link, read, readFields, registerRelation, removeRelation, removeRelation, setFromSynapseId, setToSynapseId, write
-
-
-
-
Method Detail
-
test
public boolean test(Activation act, Activation linkedAct, boolean allowUndefined)
-
mapSlots
public void mapSlots(Map<Integer,Position> slots, Activation act)
-
getActivations
public Stream<Activation> getActivations(INeuron n, Activation linkedAct)
- Specified by:
getActivationsin classRelation
-
-