Uses of Interface
org.eclipse.uml2.ConnectableElement

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

Uses of ConnectableElement in org.eclipse.uml2
 

Subinterfaces of ConnectableElement in org.eclipse.uml2
 interface ExtensionEnd
           A representation of the model object 'Extension End'
 interface Parameter
           A representation of the model object 'Parameter'
 interface Port
           A representation of the model object 'Port'
 interface Property
           A representation of the model object 'Property'
 interface Variable
           A representation of the model object 'Variable'
 

Methods in org.eclipse.uml2 that return ConnectableElement
 ConnectableElement StructuredClassifier.getRole(String unqualifiedName)
          Retrieves the ConnectableElement with the specified name from the 'Role' reference list
 ConnectableElement Lifeline.getRepresents()
          Returns the value of the 'Represents' reference
 ConnectableElement ConnectorEnd.getRole()
          Returns the value of the 'Role' reference.
 ConnectableElement Collaboration.getCollaborationRole(String unqualifiedName)
          Retrieves the ConnectableElement with the specified name from the 'Collaboration Role' reference list
 

Methods in org.eclipse.uml2 with parameters of type ConnectableElement
 void Lifeline.setRepresents(ConnectableElement value)
          Sets the value of the 'Represents' reference
 void ConnectorEnd.setRole(ConnectableElement value)
          Sets the value of the 'Role' reference
 

Uses of ConnectableElement in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ConnectableElement
 boolean UML2Validator.validateConnectableElement(ConnectableElement connectableElement, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseConnectableElement(ConnectableElement object)
          Returns the result of interpretting the object as an instance of 'Connectable Element'
 


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