|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectableElement | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of ConnectableElement in org.eclipse.uml2.uml |
Subinterfaces of ConnectableElement in org.eclipse.uml2.uml | |
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.uml that return ConnectableElement | |
ConnectableElement |
StructuredClassifier.getRole(String name,
Type type)
Retrieves the first ConnectableElement with the specified 'Name', and 'Type' from the 'Role' reference list |
ConnectableElement |
StructuredClassifier.getRole(String name,
Type type,
boolean ignoreCase,
EClass eClass)
Retrieves the first ConnectableElement with the specified 'Name', and 'Type' 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 name,
Type type)
Retrieves the first ConnectableElement with the specified 'Name', and 'Type' from the 'Collaboration Role' reference list |
ConnectableElement |
Collaboration.getCollaborationRole(String name,
Type type,
boolean ignoreCase,
EClass eClass)
Retrieves the first ConnectableElement with the specified 'Name', and 'Type' from the 'Collaboration Role' reference list |
Methods in org.eclipse.uml2.uml 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.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type ConnectableElement | |
boolean |
UMLValidator.validateConnectableElement(ConnectableElement connectableElement,
DiagnosticChain diagnostics,
Map context)
|
Object |
UMLSwitch.caseConnectableElement(ConnectableElement object)
Returns the result of interpretting the object as an instance of 'Connectable Element' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |