Uses of Interface
org.eclipse.uml2.Extend

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

Uses of Extend in org.eclipse.uml2
 

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

Uses of Extend in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Extend
 boolean UML2Validator.validateExtend(Extend extend, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseExtend(Extend object)
          Returns the result of interpretting the object as an instance of 'Extend'
 


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