Uses of Interface
pt.ist.fenixframework.dml.runtime.Relation

Packages that use Relation
pt.ist.fenixframework.adt.bplustree   
pt.ist.fenixframework.core.adt.bplustree   
pt.ist.fenixframework.dml.runtime   
 

Uses of Relation in pt.ist.fenixframework.adt.bplustree
 

Fields in pt.ist.fenixframework.adt.bplustree declared as Relation
static Relation<LeafNode,LeafNode> LeafNode_Base.AdtLeafNodeHasSibling$Inverse
           
 

Uses of Relation in pt.ist.fenixframework.core.adt.bplustree
 

Fields in pt.ist.fenixframework.core.adt.bplustree declared as Relation
static Relation<LeafNodeArray,LeafNodeArray> LeafNodeArray_Base.LeafNodeArrayHasSibling$Inverse
           
static Relation<LeafNode,LeafNode> LeafNode_Base.LeafNodeHasSibling$Inverse
           
 

Uses of Relation in pt.ist.fenixframework.dml.runtime
 

Classes in pt.ist.fenixframework.dml.runtime that implement Relation
 class DirectRelation<C1 extends DomainObject,C2 extends DomainObject>
           
 class InverseRelation<C1 extends DomainObject,C2 extends DomainObject>
           
 

Methods in pt.ist.fenixframework.dml.runtime that return Relation
 Relation<C2,C1> Relation.getInverseRelation()
           
 Relation<C2,C1> InverseRelation.getInverseRelation()
           
 Relation<C2,C1> DirectRelation.getInverseRelation()
           
 

Methods in pt.ist.fenixframework.dml.runtime with parameters of type Relation
 void RoleOne.add(C1 o1, C2 o2, Relation<C1,C2> relation)
           
 void RoleMany.add(C1 o1, C2 o2, Relation<C1,C2> relation)
           
 void RoleEmpty.add(C1 o1, C2 o2, Relation<C1,C2> relation)
           
 void Role.add(C1 o1, C2 o2, Relation<C1,C2> rel)
           
 void RelationListener.afterAdd(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 void RelationAdapter.afterAdd(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 void RelationListener.afterRemove(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 void RelationAdapter.afterRemove(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 void RelationListener.beforeAdd(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 void RelationAdapter.beforeAdd(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 void RelationListener.beforeRemove(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 void RelationAdapter.beforeRemove(Relation<C1,C2> rel, C1 o1, C2 o2)
           
 

Constructors in pt.ist.fenixframework.dml.runtime with parameters of type Relation
InverseRelation(Relation<C2,C1> inverseRelation, String name)
           
RelationAwareSet(E1 owner, Relation<E1,E2> relation, Set<E2> set)
           
 



Copyright © 2013. All Rights Reserved.