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(java.lang.String name)
          Retrieves the Extend with the specified 'Name' from the 'Extend' containment reference list
 Extend UseCase.createExtend(EClass eClass)
          Deprecated. Use #createExtend() instead.
 Extend UseCase.createExtend()
          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, java.util.Map context)
           
 java.lang.Object UML2Switch.caseExtend(Extend object)
          Returns the result of interpretting the object as an instance of 'Extend'
 


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