Uses of Class
network.aika.neuron.relation.Relation
-
Packages that use Relation Package Description network.aika.lattice.refinement network.aika.neuron network.aika.neuron.relation -
-
Uses of Relation in network.aika.lattice.refinement
Fields in network.aika.lattice.refinement declared as Relation Modifier and Type Field Description Relation[]RelationsMap. relationsMethods in network.aika.lattice.refinement that return Relation Modifier and Type Method Description RelationRelationsMap. get(int i)Constructors in network.aika.lattice.refinement with parameters of type Relation Constructor Description RelationsMap(Relation[] relations) -
Uses of Relation in network.aika.neuron
Methods in network.aika.neuron that return Relation Modifier and Type Method Description RelationSynapse. getRelationById(Integer id)Methods in network.aika.neuron that return types with arguments of type Relation Modifier and Type Method Description Map<Integer,Relation>INeuron. getOutputRelations()Map<Integer,Relation>Synapse. getRelations()Method parameters in network.aika.neuron with type arguments of type Relation Modifier and Type Method Description voidSynapse. setRelations(Map<Integer,Relation> relations) -
Uses of Relation in network.aika.neuron.relation
Subclasses of Relation in network.aika.neuron.relation Modifier and Type Class Description classAncestorRelationstatic classAncestorRelation.CommonAncestorstatic classAncestorRelation.IsAncestorOfstatic classAncestorRelation.IsDescendantOfstatic classAncestorRelation.NotAncestorOfstatic classAncestorRelation.NotDescendantOfclassMultiRelationclassPositionRelationstatic classPositionRelation.Equalsstatic classPositionRelation.GreaterThanstatic classPositionRelation.LessThanstatic classRelation.AnyFields in network.aika.neuron.relation declared as Relation Modifier and Type Field Description static RelationRelation. AFTERstatic RelationRelation. ANYstatic RelationRelation. BEFOREstatic RelationRelation. BEGIN_EQUALSstatic RelationRelation. BEGIN_TO_END_EQUALSstatic RelationRelation. CONTAINED_INstatic RelationRelation. CONTAINSstatic RelationRelation. END_EQUALSstatic RelationRelation. END_TO_BEGIN_EQUALSstatic RelationRelation. EQUALSstatic RelationRelation. OVERLAPSprotected RelationRelation.Builder. relationMethods in network.aika.neuron.relation that return Relation Modifier and Type Method Description RelationRelation.RelationFactory. create()RelationMultiRelation. getRelation(Relation r)RelationRelation.Builder. getRelation()RelationRelation. getRelation(Relation r)RelationAncestorRelation.CommonAncestor. invert()RelationAncestorRelation.IsAncestorOf. invert()RelationAncestorRelation.IsDescendantOf. invert()RelationAncestorRelation.NotAncestorOf. invert()RelationAncestorRelation.NotDescendantOf. invert()RelationMultiRelation. invert()RelationPositionRelation.Equals. invert()RelationPositionRelation.GreaterThan. invert()RelationPositionRelation.LessThan. invert()RelationRelation.Any. invert()abstract RelationRelation. invert()static RelationRelation. read(DataInput in, Model m)Methods in network.aika.neuron.relation that return types with arguments of type Relation Modifier and Type Method Description Collection<Relation>MultiRelation. getLeafRelations()Collection<Relation>Relation. getLeafRelations()static Map<Integer,Relation>Relation. getRelationsMap(int synapseId, Neuron n)Methods in network.aika.neuron.relation with parameters of type Relation Modifier and Type Method Description voidMultiRelation. addRelation(Relation r)static voidRelation. addRelation(Integer synId, Integer targetSynId, Neuron n, Relation rel)static voidRelation. addRelation(Map<Integer,Relation> relMap, Integer synId, Integer targetSynId, Neuron n, Relation r)intMultiRelation. compareTo(Relation rel)intPositionRelation. compareTo(Relation rel)intRelation. compareTo(Relation rel)RelationMultiRelation. getRelation(Relation r)RelationRelation. getRelation(Relation r)voidMultiRelation. removeRelation(Relation r)static voidRelation. removeRelation(Integer synId, Integer targetSynId, Neuron n, Relation r)static voidRelation. removeRelation(Map<Integer,Relation> relMap, Integer synId, Relation r)Relation.BuilderRelation.Builder. setRelation(Relation rel)Method parameters in network.aika.neuron.relation with type arguments of type Relation Modifier and Type Method Description static voidRelation. addRelation(Map<Integer,Relation> relMap, Integer synId, Integer targetSynId, Neuron n, Relation r)static voidRelation. removeRelation(Map<Integer,Relation> relMap, Integer synId, Relation r)Constructors in network.aika.neuron.relation with parameters of type Relation Constructor Description MultiRelation(Relation... rels)Constructor parameters in network.aika.neuron.relation with type arguments of type Relation Constructor Description MultiRelation(SortedMap<Relation,Relation> rels)MultiRelation(SortedMap<Relation,Relation> rels)
-