public abstract class AncestorRelation extends Relation
| Modifier and Type | Class and Description |
|---|---|
static class |
AncestorRelation.CommonAncestor |
static class |
AncestorRelation.IsAncestorOf |
static class |
AncestorRelation.IsDescendantOf |
static class |
AncestorRelation.NotAncestorOf |
static class |
AncestorRelation.NotDescendantOf |
Relation.Builder, Relation.None, Relation.RelationFactory| Modifier and Type | Field and Description |
|---|---|
static AncestorRelation |
COMMON_ANCESTOR |
static AncestorRelation |
IS_ANCESTOR_OF |
static AncestorRelation |
IS_DESCENDANT_OF |
static AncestorRelation |
NOT_ANCESTOR_OF |
static AncestorRelation |
NOT_DESCENDANT_OF |
AFTER, BEFORE, BEGIN_EQUALS, BEGIN_TO_END_EQUALS, CONTAINED_IN, CONTAINS, END_EQUALS, END_TO_BEGIN_EQUALS, EQUALS, NONE, OVERLAPS, relationRegistry| Modifier and Type | Method and Description |
|---|---|
boolean |
isExact() |
void |
linksOutputs(Set<Integer> results) |
void |
mapRange(Map<Integer,Position> slots,
Activation act) |
void |
registerRequiredSlots(Neuron input) |
addRelation, compareTo, follow, getActivations, getRelationsMap, getType, invert, read, readFields, registerRelation, test, writepublic static AncestorRelation COMMON_ANCESTOR
public static AncestorRelation IS_DESCENDANT_OF
public static AncestorRelation IS_ANCESTOR_OF
public static AncestorRelation NOT_DESCENDANT_OF
public static AncestorRelation NOT_ANCESTOR_OF
public void registerRequiredSlots(Neuron input)
registerRequiredSlots in class Relationpublic void mapRange(Map<Integer,Position> slots, Activation act)
public void linksOutputs(Set<Integer> results)
linksOutputs in class RelationCopyright © 2018. All rights reserved.