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(String unqualifiedName)
          Retrieves the ConnectionPointReference with the specified name from the 'Connection' containment reference list
 ConnectionPointReference State.createConnection(EClass eClass)
          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, Map context)
           
 Object UML2Switch.caseConnectionPointReference(ConnectionPointReference object)
          Returns the result of interpretting the object as an instance of 'Connection Point Reference'
 


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