public static class AncestorRelation.CommonAncestor extends AncestorRelation
AncestorRelation.CommonAncestor, AncestorRelation.IsAncestorOf, AncestorRelation.IsDescendantOf, AncestorRelation.NotAncestorOf, AncestorRelation.NotDescendantOfRelation.Builder, Relation.None, Relation.RelationFactory| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
COMMON_ANCESTOR, IS_ANCESTOR_OF, IS_DESCENDANT_OF, NOT_ANCESTOR_OF, NOT_DESCENDANT_OFAFTER, BEFORE, BEGIN_EQUALS, BEGIN_TO_END_EQUALS, CONTAINED_IN, CONTAINS, END_EQUALS, END_TO_BEGIN_EQUALS, EQUALS, NONE, OVERLAPS, relationRegistry| Constructor and Description |
|---|
CommonAncestor() |
| Modifier and Type | Method and Description |
|---|---|
Stream<Activation> |
getActivations(INeuron n,
Activation linkedAct) |
int |
getType() |
Relation |
invert() |
boolean |
test(Activation act,
Activation linkedAct) |
isExact, linksOutputs, mapRange, registerRequiredSlotsaddRelation, compareTo, follow, getRelationsMap, read, readFields, registerRelation, writepublic boolean test(Activation act, Activation linkedAct)
public Stream<Activation> getActivations(INeuron n, Activation linkedAct)
getActivations in class RelationCopyright © 2018. All rights reserved.