Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IRelationship.IRelationshipEnd

Packages that use IRelationship.IRelationshipEnd
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IRelationship.IRelationshipEnd in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Subinterfaces of IRelationship.IRelationshipEnd in org.eclipse.tigerstripe.workbench.model.deprecated_
 interface IAssociationEnd
           
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IRelationship.IRelationshipEnd
 IRelationship.IRelationshipEnd IRelationship.IRelationshipEnd.getOtherEnd()
          Returns the "other" end for the containing relationship if the containing relationship is a 2-way relationship (ie.
 IRelationship.IRelationshipEnd IRelationship.getRelationshipAEnd()
          Returns the first end
 IRelationship.IRelationshipEnd IRelationship.getRelationshipZEnd()
          Returns the last end
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IRelationship.IRelationshipEnd
 java.util.Collection<IRelationship.IRelationshipEnd> IRelationship.getRelationshipEnds()