Uses of Interface
org.eclipse.uml2.LinkEndData

Packages that use LinkEndData
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of LinkEndData in org.eclipse.uml2
 

Subinterfaces of LinkEndData in org.eclipse.uml2
 interface LinkEndCreationData
           A representation of the model object 'Link End Creation Data'
 

Methods in org.eclipse.uml2 that return LinkEndData
 LinkEndData UML2Factory.createLinkEndData()
          Returns a new object of class 'Link End Data'
 LinkEndData LinkAction.createEndData(EClass eClass)
          Creates a LinkEndData and appends it to the 'End Data' containment reference list
 

Uses of LinkEndData in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type LinkEndData
 boolean UML2Validator.validateLinkEndData(LinkEndData linkEndData, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseLinkEndData(LinkEndData object)
          Returns the result of interpretting the object as an instance of 'Link End Data'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.