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(java.lang.String name)
          Retrieves the Implementation with the specified 'Name' from the 'Implementation' containment reference list
 Implementation BehavioredClassifier.createImplementation(EClass eClass)
          Deprecated. Use #createImplementation() instead.
 Implementation BehavioredClassifier.createImplementation()
          Creates a Implementation and appends it to the 'Implementation' containment reference list
 Implementation BehavioredClassifier.createImplementation(Interface contract)
          Creates an implementation where this behaviored classifier is the implementing classifier and the specified interface is the contract.
 

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, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseImplementation(Implementation implementation)
           
 java.lang.Object UML2Switch.caseImplementation(Implementation object)
          Returns the result of interpretting the object as an instance of 'Implementation'
 


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