Uses of Interface
org.eclipse.uml2.Connector

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

Uses of Connector in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Connector
 Connector UML2Factory.createConnector()
          Returns a new object of class 'Connector'
 Connector StructuredClassifier.getOwnedConnector(String unqualifiedName)
          Retrieves the Connector with the specified name from the 'Owned Connector' containment reference list
 Connector StructuredClassifier.createOwnedConnector(EClass eClass)
          Creates a Connector and appends it to the 'Owned Connector' containment reference list
 Connector Message.getConnector()
          Returns the value of the 'Connector' reference
 Connector Connector.getRedefinedConnector(String unqualifiedName)
          Retrieves the Connector with the specified name from the 'Redefined Connector' reference list
 

Methods in org.eclipse.uml2 with parameters of type Connector
 void Message.setConnector(Connector value)
          Sets the value of the 'Connector' reference
 

Uses of Connector in org.eclipse.uml2.util
 

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


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