Uses of Interface
org.eclipse.uml2.Extension

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

Uses of Extension in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Extension
 Extension UML2Factory.createExtension()
          Returns a new object of class 'Extension'
 Extension Stereotype.createExtension(EClass eClass, boolean required)
          Creates a(n) (required) extension of the specified Ecore class with this stereotype.
 Extension Class.getExtension(String unqualifiedName)
          Retrieves the Extension with the specified name from the 'Extension' reference list
 

Uses of Extension in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Extension
 boolean UML2Validator.validateExtension(Extension extension, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseExtension(Extension object)
          Returns the result of interpretting the object as an instance of 'Extension'
 


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