Uses of Interface
org.eclipse.uml2.Model

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

Uses of Model in org.eclipse.uml2
 

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

Methods in org.eclipse.uml2 with parameters of type Model
 void Profile.referenceMetamodel(Model model)
          References the specified metamodel in this profile with private visibility.
 

Uses of Model in org.eclipse.uml2.util
 

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


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