Uses of Class
network.aika.neuron.relation.AncestorRelation
-
Packages that use AncestorRelation Package Description network.aika.neuron.relation -
-
Uses of AncestorRelation in network.aika.neuron.relation
Subclasses of AncestorRelation in network.aika.neuron.relation Modifier and Type Class Description static classAncestorRelation.CommonAncestorstatic classAncestorRelation.IsAncestorOfstatic classAncestorRelation.IsDescendantOfstatic classAncestorRelation.NotAncestorOfstatic classAncestorRelation.NotDescendantOfFields in network.aika.neuron.relation declared as AncestorRelation Modifier and Type Field Description static AncestorRelationAncestorRelation. COMMON_ANCESTORstatic AncestorRelationAncestorRelation. IS_ANCESTOR_OFstatic AncestorRelationAncestorRelation. IS_DESCENDANT_OFstatic AncestorRelationAncestorRelation. NOT_ANCESTOR_OFstatic AncestorRelationAncestorRelation. NOT_DESCENDANT_OF
-