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

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

Uses of ConnectionPointReference in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ConnectionPointReference
 ConnectionPointReference UMLFactory.createConnectionPointReference()
          Returns a new object of class 'Connection Point Reference'
 ConnectionPointReference State.createConnection(String name)
          Creates a new ConnectionPointReference, with the specified 'Name', and appends it to the 'Connection' containment reference list
 ConnectionPointReference State.getConnection(String name)
          Retrieves the first ConnectionPointReference with the specified 'Name' from the 'Connection' containment reference list
 ConnectionPointReference State.getConnection(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ConnectionPointReference with the specified 'Name' from the 'Connection' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ConnectionPointReference
 boolean UMLValidator.validateConnectionPointReference(ConnectionPointReference connectionPointReference, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateConnectionPointReference_validateEntryPseudostates(ConnectionPointReference connectionPointReference, DiagnosticChain diagnostics, Map context)
          Validates the validateEntryPseudostates constraint of 'Connection Point Reference'
 boolean UMLValidator.validateConnectionPointReference_validateExitPseudostates(ConnectionPointReference connectionPointReference, DiagnosticChain diagnostics, Map context)
          Validates the validateExitPseudostates constraint of 'Connection Point Reference'
 Object UMLSwitch.caseConnectionPointReference(ConnectionPointReference object)
          Returns the result of interpretting the object as an instance of 'Connection Point Reference'
 


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