Uses of Interface
com.hammurapi.party.MatrixRelationship

Packages that use MatrixRelationship
com.hammurapi.party   
com.hammurapi.party.impl   
com.hammurapi.party.util   
 

Uses of MatrixRelationship in com.hammurapi.party
 

Methods in com.hammurapi.party that return MatrixRelationship
 MatrixRelationship PartyFactory.createMatrixRelationship()
          Returns a new object of class 'Matrix Relationship'.
 

Methods in com.hammurapi.party that return types with arguments of type MatrixRelationship
 org.eclipse.emf.common.util.EList<MatrixRelationship> Organization.getMatrixedChildren()
          Returns the value of the 'Matrixed Children' containment reference list.
 

Uses of MatrixRelationship in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement MatrixRelationship
 class MatrixRelationshipImpl
          An implementation of the model object 'Matrix Relationship'.
 

Fields in com.hammurapi.party.impl with type parameters of type MatrixRelationship
protected  org.eclipse.emf.common.util.EList<MatrixRelationship> OrganizationImpl.matrixedChildren
          The cached value of the 'Matrixed Children' containment reference list.
 

Methods in com.hammurapi.party.impl that return MatrixRelationship
 MatrixRelationship PartyFactoryImpl.createMatrixRelationship()
           
 

Methods in com.hammurapi.party.impl that return types with arguments of type MatrixRelationship
 org.eclipse.emf.common.util.EList<MatrixRelationship> OrganizationImpl.getMatrixedChildren()
           
 

Uses of MatrixRelationship in com.hammurapi.party.util
 

Methods in com.hammurapi.party.util with parameters of type MatrixRelationship
 T PartySwitch.caseMatrixRelationship(MatrixRelationship object)
          Returns the result of interpreting the object as an instance of 'Matrix Relationship'.