Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IAssociationEnd

Packages that use IAssociationEnd
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IAssociationEnd in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IAssociationEnd
 IAssociationEnd IAssociationArtifact.getAEnd()
          Get the 'A' end of this association.
 IAssociationEnd IAssociationArtifact.getZEnd()
          Get the 'Z' end of this association.
 IAssociationEnd IAssociationArtifact.makeAssociationEnd()
          Make a new blank association end.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IAssociationEnd
 java.util.Collection<IAssociationEnd> IAssociationArtifact.getAssociationEnds()
          Returns a collection containing all association ends.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IAssociationEnd
 void IAssociationArtifact.setAEnd(IAssociationEnd aEnd)
          Set the 'A' end of the association.
 void IAssociationArtifact.setZEnd(IAssociationEnd zEnd)
          Set the 'Z' end of the association.