Uses of Interface
org.eclipse.uml2.Implementation

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

Uses of Implementation in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Implementation
 Implementation UML2Factory.createImplementation()
          Returns a new object of class 'Implementation'
 Implementation BehavioredClassifier.getImplementation(String unqualifiedName)
          Retrieves the Implementation with the specified name from the 'Implementation' containment reference list
 Implementation BehavioredClassifier.createImplementation(EClass eClass)
          Creates a Implementation and appends it to the 'Implementation' containment reference list
 

Uses of Implementation in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Implementation
 boolean UML2Validator.validateImplementation(Implementation implementation, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseImplementation(Implementation object)
          Returns the result of interpretting the object as an instance of 'Implementation'
 


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