Uses of Interface
org.eclipse.uml2.uml.Connector

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

Uses of Connector in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Connector
 Connector UMLFactory.createConnector()
          Returns a new object of class 'Connector'
 Connector StructuredClassifier.createOwnedConnector(String name)
          Creates a new Connector, with the specified 'Name', and appends it to the 'Owned Connector' containment reference list
 Connector StructuredClassifier.getOwnedConnector(String name)
          Retrieves the first Connector with the specified 'Name' from the 'Owned Connector' containment reference list
 Connector StructuredClassifier.getOwnedConnector(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Connector with the specified 'Name' from the 'Owned Connector' containment reference list
 Connector Message.getConnector()
          Returns the value of the 'Connector' reference
 Connector InformationFlow.getRealizingConnector(String name)
          Retrieves the first Connector with the specified 'Name' from the 'Realizing Connector' reference list
 Connector InformationFlow.getRealizingConnector(String name, boolean ignoreCase)
          Retrieves the first Connector with the specified 'Name' from the 'Realizing Connector' reference list
 Connector Connector.getRedefinedConnector(String name)
          Retrieves the first Connector with the specified 'Name' from the 'Redefined Connector' reference list
 Connector Connector.getRedefinedConnector(String name, boolean ignoreCase)
          Retrieves the first Connector with the specified 'Name' from the 'Redefined Connector' reference list
 

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

Uses of Connector in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Connector
 boolean UMLValidator.validateConnector(Connector connector, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateConnector_validateTypes(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateTypes constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateCompatible(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateCompatible constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateRoles(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateRoles constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateBetweenInterfacesPorts(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateBetweenInterfacesPorts constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateBetweenInterfacePortImplements(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateBetweenInterfacePortImplements constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateBetweenInterfacePortSignature(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateBetweenInterfacePortSignature constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateUnionSignatureCompatible(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateUnionSignatureCompatible constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateAssemblyConnector(Connector connector, DiagnosticChain diagnostics, Map context)
          Validates the validateAssemblyConnector constraint of 'Connector'
 Object UMLSwitch.caseConnector(Connector object)
          Returns the result of interpretting the object as an instance of 'Connector'
 


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