Uses of Class
org.jupe.uml2model.UML2ModelRoot

Packages that use UML2ModelRoot
org.jupe.editors.classdiagram.model Provides all classes and interfaces for our internal model of class diagrams. 
org.jupe.plugin Provides classes and interfaces for general plugin purposes. 
org.jupe.uml2model Provides convenience classes and interfaces to work with the UML2 model. 
 

Uses of UML2ModelRoot in org.jupe.editors.classdiagram.model
 

Constructors in org.jupe.editors.classdiagram.model with parameters of type UML2ModelRoot
ClassDiagram(UML2ModelRoot modelRoot)
          Constructor
 

Uses of UML2ModelRoot in org.jupe.plugin
 

Methods in org.jupe.plugin that return UML2ModelRoot
 UML2ModelRoot JupeProject.getModelRoot()
          Get the UML2 model modelRoot for this Jupe project.
 

Uses of UML2ModelRoot in org.jupe.uml2model
 

Constructors in org.jupe.uml2model with parameters of type UML2ModelRoot
UML2ModelFactory(UML2ModelRoot modelRoot, JupeProject project)
           
UML2ModelFinder(UML2ModelRoot root)