Uses of Interface
org.eclipse.uml2.ConnectionPointReference

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

Uses of ConnectionPointReference in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ConnectionPointReference
 ConnectionPointReference UML2Factory.createConnectionPointReference()
          Returns a new object of class 'Connection Point Reference'
 ConnectionPointReference State.getConnection(java.lang.String name)
          Retrieves the ConnectionPointReference with the specified 'Name' from the 'Connection' containment reference list
 ConnectionPointReference State.createConnection(EClass eClass)
          Deprecated. Use #createConnection() instead.
 ConnectionPointReference State.createConnection()
          Creates a ConnectionPointReference and appends it to the 'Connection' containment reference list
 

Uses of ConnectionPointReference in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ConnectionPointReference
 boolean UML2Validator.validateConnectionPointReference(ConnectionPointReference connectionPointReference, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.caseConnectionPointReference(ConnectionPointReference object)
          Returns the result of interpretting the object as an instance of 'Connection Point Reference'
 


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