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

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

Uses of Model in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Model
 Model UMLFactory.createModel()
          Returns a new object of class 'Model'
 Model Element.getModel()
           Retrieves the model that owns (either directly or indirectly) this element
 

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

Methods in org.eclipse.uml2.uml.util that return Model
protected  Model UMLUtil.Ecore2UMLConverter.getEcorePrimitiveTypesLibrary(EModelElement eModelElement)
           
 

Methods in org.eclipse.uml2.uml.util with parameters of type Model
 boolean UMLValidator.validateModel(Model model, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseModel(Model object)
          Returns the result of interpretting the object as an instance of 'Model'
 


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