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(java.lang.String name)
          Creates a new Connector, with the specified 'Name', and appends it to the 'Owned Connector' containment reference list
 Connector Message.getConnector()
          Returns the value of the 'Connector' reference
 Connector StructuredClassifier.getOwnedConnector(java.lang.String name)
          Retrieves the first Connector with the specified 'Name' from the 'Owned Connector' containment reference list
 Connector StructuredClassifier.getOwnedConnector(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Connector with the specified 'Name' from the 'Owned Connector' containment reference list
 Connector InformationFlow.getRealizingConnector(java.lang.String name)
          Retrieves the first Connector with the specified 'Name' from the 'Realizing Connector' reference list
 Connector InformationFlow.getRealizingConnector(java.lang.String name, boolean ignoreCase)
          Retrieves the first Connector with the specified 'Name' from the 'Realizing Connector' reference list
 Connector Connector.getRedefinedConnector(java.lang.String name)
          Retrieves the first Connector with the specified 'Name' from the 'Redefined Connector' reference list
 Connector Connector.getRedefinedConnector(java.lang.String name, boolean ignoreCase)
          Retrieves the first Connector with the specified 'Name' from the 'Redefined Connector' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Connector
 org.eclipse.emf.common.util.EList<Connector> StructuredClassifier.getOwnedConnectors()
          Returns the value of the 'Owned Connector' containment reference list.
 org.eclipse.emf.common.util.EList<Connector> InformationFlow.getRealizingConnectors()
          Returns the value of the 'Realizing Connector' reference list.
 org.eclipse.emf.common.util.EList<Connector> Connector.getRedefinedConnectors()
          Returns the value of 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
 T UMLSwitch.caseConnector(Connector object)
          Returns the result of interpreting the object as an instance of 'Connector'
 boolean UMLValidator.validateConnector_validateAssemblyConnector(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateAssemblyConnector constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateBetweenInterfacePortImplements(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBetweenInterfacePortImplements constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateBetweenInterfacePortSignature(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBetweenInterfacePortSignature constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateBetweenInterfacesPorts(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBetweenInterfacesPorts constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateCompatible(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCompatible constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateRoles(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateRoles constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateTypes(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypes constraint of 'Connector'
 boolean UMLValidator.validateConnector_validateUnionSignatureCompatible(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateUnionSignatureCompatible constraint of 'Connector'
 boolean UMLValidator.validateConnector(Connector connector, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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