Uses of Interface
org.eclipse.uml2.uml.Extend

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

Uses of Extend in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Extend
 Extend UseCase.createExtend(String name, UseCase extendedCase)
          Creates a new Extend, with the specified 'Name', and 'Extended Case', and appends it to the 'Extend' containment reference list
 Extend UseCase.getExtend(String name, UseCase extendedCase)
          Retrieves the first Extend with the specified 'Name', and 'Extended Case' from the 'Extend' containment reference list
 Extend UseCase.getExtend(String name, UseCase extendedCase, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Extend with the specified 'Name', and 'Extended Case' from the 'Extend' containment reference list
 Extend UMLFactory.createExtend()
          Returns a new object of class 'Extend'
 

Uses of Extend in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Extend
 boolean UMLValidator.validateExtend(Extend extend, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateExtend_validateExtensionPoints(Extend extend, DiagnosticChain diagnostics, Map context)
          Validates the validateExtensionPoints constraint of 'Extend'
 Object UMLSwitch.caseExtend(Extend object)
          Returns the result of interpretting the object as an instance of 'Extend'
 


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