Uses of Interface
org.eclipse.uml2.ConnectorEnd

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

Uses of ConnectorEnd in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ConnectorEnd
 ConnectorEnd UML2Factory.createConnectorEnd()
          Returns a new object of class 'Connector End'
 ConnectorEnd Connector.createEnd(EClass eClass)
          Creates a ConnectorEnd and appends it to the 'End' containment reference list
 

Uses of ConnectorEnd in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ConnectorEnd
 boolean UML2Validator.validateConnectorEnd(ConnectorEnd connectorEnd, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseConnectorEnd(ConnectorEnd object)
          Returns the result of interpretting the object as an instance of 'Connector End'
 


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