Uses of Interface
org.eclipse.uml2.GeneralizationSet

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

Uses of GeneralizationSet in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return GeneralizationSet
 GeneralizationSet UML2Factory.createGeneralizationSet()
          Returns a new object of class 'Generalization Set'
 GeneralizationSet Generalization.getGeneralizationSet(String unqualifiedName)
          Retrieves the GeneralizationSet with the specified name from the 'Generalization Set' reference list
 GeneralizationSet Classifier.getPowertypeExtent(String unqualifiedName)
          Retrieves the GeneralizationSet with the specified name from the 'Powertype Extent' reference list
 

Uses of GeneralizationSet in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type GeneralizationSet
 boolean UML2Validator.validateGeneralizationSet(GeneralizationSet generalizationSet, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseGeneralizationSet(GeneralizationSet object)
          Returns the result of interpretting the object as an instance of 'Generalization Set'
 


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