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 State.createConnection(java.lang.String name)
          Creates a new ConnectionPointReference, with the specified 'Name', and appends it to the 'Connection' containment reference list
 ConnectionPointReference UMLFactory.createConnectionPointReference()
          Returns a new object of class 'Connection Point Reference'
 ConnectionPointReference State.getConnection(java.lang.String name)
          Retrieves the first ConnectionPointReference with the specified 'Name' from the 'Connection' containment reference list
 ConnectionPointReference State.getConnection(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ConnectionPointReference with the specified 'Name' from the 'Connection' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ConnectionPointReference
 org.eclipse.emf.common.util.EList<ConnectionPointReference> State.getConnections()
          Returns the value of 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
 T UMLSwitch.caseConnectionPointReference(ConnectionPointReference object)
          Returns the result of interpreting the object as an instance of 'Connection Point Reference'
 boolean UMLValidator.validateConnectionPointReference_validateEntryPseudostates(ConnectionPointReference connectionPointReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateEntryPseudostates constraint of 'Connection Point Reference'
 boolean UMLValidator.validateConnectionPointReference_validateExitPseudostates(ConnectionPointReference connectionPointReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateExitPseudostates constraint of 'Connection Point Reference'
 boolean UMLValidator.validateConnectionPointReference(ConnectionPointReference connectionPointReference, 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.