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

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

Uses of Generalization in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Generalization
 Generalization UMLFactory.createGeneralization()
          Returns a new object of class 'Generalization'
 Generalization GeneralizationSet.getGeneralization(Classifier general)
          Retrieves the first Generalization with the specified 'General' from the 'Generalization' reference list
 Generalization Classifier.createGeneralization(Classifier general)
          Creates a new Generalization, with the specified 'General', and appends it to the 'Generalization' containment reference list
 Generalization Classifier.getGeneralization(Classifier general)
          Retrieves the first Generalization with the specified 'General' from the 'Generalization' containment reference list
 Generalization Classifier.getGeneralization(Classifier general, boolean createOnDemand)
          Retrieves the first Generalization with the specified 'General' from the 'Generalization' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Generalization
 boolean UMLValidator.validateGeneralization(Generalization generalization, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateGeneralization_validateGeneralizationSameClassifier(Generalization generalization, DiagnosticChain diagnostics, Map context)
          Validates the validateGeneralizationSameClassifier constraint of 'Generalization'
 Object UMLUtil.UML2EcoreConverter.caseGeneralization(Generalization generalization)
           
 Object UMLSwitch.caseGeneralization(Generalization object)
          Returns the result of interpretting the object as an instance of 'Generalization'
 


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