Package org.jupe.uml2model

Provides convenience classes and interfaces to work with the UML2 model.

See:
          Description

Class Summary
HiddenPackageTest Test for the hidden packages.
SimpleUML2ModelRootTest  
UML2ModelFactory Factory that creates all UML2 elements used in Jupe (except the model itself).
UML2ModelFactoryTest  
UML2ModelFinder Helper class to search elements in the UML2 model by name.
UML2ModelRoot  
UML2ModelRootTest  
 

Package org.jupe.uml2model Description

Provides convenience classes and interfaces to work with the UML2 model. All UML2 element used in Jupe should be created using the class UML2ModelFactory. The class UML2ModelRoot provides an entry point to the UML2 model used by the plugin.

This package is meant to be independant of the UML diagram type and/or the concerned programming language.