Package network.aika.neuron.relation
Class AncestorRelation.NotDescendantOf
- java.lang.Object
-
- network.aika.neuron.relation.Relation
-
- network.aika.neuron.relation.AncestorRelation
-
- network.aika.neuron.relation.AncestorRelation.NotDescendantOf
-
- All Implemented Interfaces:
Comparable<Relation>,Writable
- Enclosing class:
- AncestorRelation
public static class AncestorRelation.NotDescendantOf extends AncestorRelation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class network.aika.neuron.relation.AncestorRelation
AncestorRelation.CommonAncestor, AncestorRelation.IsAncestorOf, AncestorRelation.IsDescendantOf, AncestorRelation.NotAncestorOf, AncestorRelation.NotDescendantOf
-
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 intTYPE-
Fields inherited from class network.aika.neuron.relation.AncestorRelation
COMMON_ANCESTOR, IS_ANCESTOR_OF, IS_DESCENDANT_OF, NOT_ANCESTOR_OF, NOT_DESCENDANT_OF
-
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 NotDescendantOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<Activation>getActivations(INeuron n, Activation linkedAct)intgetType()Relationinvert()booleantest(Activation act, Activation linkedAct, boolean allowUndefined)StringtoString()-
Methods inherited from class network.aika.neuron.relation.AncestorRelation
isExact, mapSlots
-
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)
-
getActivations
public Stream<Activation> getActivations(INeuron n, Activation linkedAct)
- Specified by:
getActivationsin classRelation
-
-