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

Packages that use IAssociationEnd
org.eclipse.tigerstripe.model.artifacts   
 

Uses of IAssociationEnd in org.eclipse.tigerstripe.model.artifacts
 

Methods in org.eclipse.tigerstripe.model.artifacts that return IAssociationEnd
 IAssociationEnd IAssociationArtifact.getAEnd()
          Get the 'A' end of this association.
 IAssociationEnd[] IAssociationArtifact.getAssociationEnds()
          Returns an array containing all association ends
 IAssociationEnd IAssociationArtifact.getZEnd()
          Get the 'Z' end of this association.
 IAssociationEnd IAssociationArtifact.makeAssociationEnd()
           
 

Methods in org.eclipse.tigerstripe.model.artifacts with parameters of type IAssociationEnd
 void IAssociationArtifact.setAEnd(IAssociationEnd aEnd)
           
 void IAssociationArtifact.setZEnd(IAssociationEnd zEnd)