Package org.argouml.model.uml

Implementations of the Factory and support methods for the NSUML implementation.

See:
          Description

Class Summary
AbstractUmlModelFactory Abstract Class that every model package factory should implement to share the initialize() method.
ActivityGraphsFactoryImpl Factory to create UML classes for the UML BehaviorialElements::ActivityGraphs package.
ActivityGraphsHelperImpl Helper class for UML BehavioralElements::ActivityGraphs Package.
ClassListenerHashMap A map that holds ElementListenerLists with lists of listeners that are interested in each and every event of a certain type of the instances of a certain meta-class.
CollaborationsFactoryImpl Factory to create UML classes for the UML BehaviorialElements::Collaborations package.
CollaborationsHelperImpl Helper class for UML BehavioralElements::Collaborations Package.
CommonBehaviorFactoryImpl Factory to create UML classes for the UML BehaviorialElements::CommonBehavior package.
CommonBehaviorHelperImpl Helper class for UML BehavioralElements::CommonBehavior Package.
CopyHelper Utility class to facilitate copying model elements.
CoreFactoryImpl Factory to create UML classes for the UML Foundation::Core package.
CoreHelperImpl Helper class for UML Foundation::Core Package.
DataTypesFactoryImpl Factory to create UML classes for the UML Foundation::DataTypes package.
DataTypesHelperImpl Helper class for UML Foundation::DataTypes Package.
DefaultModelImplementation This is the default model implementation used for JUnit tests.
EventKey Value object class to find the correct eventlistenerlist in the eventhashmap.
EventListenerHashMap A map containing instances of meta-classes (modelelements) as keys and EventListenerLists as values.
EventListenerList A wrapped object array that contains triples of eventtype, eventname, interested listener.
EventTreeDefinition Class containing the definitions of all events in NSUML.
ExplorerNSUMLEventAdaptor Event adaptor for the explorer to decouple the explorer from the nsuml model.
ExtensionMechanismsFactoryImpl Factory to create UML classes for the UML Foundation::ExtensionMechanisms package.
ExtensionMechanismsHelperImpl Helper class for UML Foundation::ExtensionMechanisms Package.
KindsImpl Class that contains enums in the Model.
MetaTypesImpl This class contains methods to retrieve objects that represent the different UML types.
ModelManagementFactoryImpl Factory to create UML classes for the UML ModelManagement package.
ModelManagementHelperImpl Helper class for UML ModelManagement Package.
NSUMLClassEventListener The adapter listener for class events.
NSUMLEventListener This is the base class of relays of events.
NSUMLModelEventListener The adapter listener for model element events.
NSUMLModelEventPump This is the ModelEventPump implementation for NSUML.
NSUMLModelFacade Facade object for the Model subsystem in ArgoUML.
NSUMLModelImplementation The handle to find all helper and factories.
NsumlXmiReader Parses an XMI file.
StateMachinesFactoryImpl Factory to create UML classes for the UML BehaviorialElements::StateMachines package.
StateMachinesHelperImpl Helper class for UML BehavioralElements::StateMachines Package.
UmlFactoryImpl Root factory for UML model element instance creation.
UmlHelperImpl Helper class for UML metamodel.
UmlModelEventPump This class implements an event pump for all modelevents (MEvents with the current NSUML model).
UmlModelListener This class captures the information about the "change flag" of the current project.
UseCasesFactoryImpl Factory to create UML classes for the UML BehaviorialElements::UseCases package.
UseCasesHelperImpl Helper class for UML BehavioralElements::UseCases Package.
XmiReader A wrapper around the genuine XmiReader that provides public access with no knowledge of actual UML implementation.
XmiWriter A wrapper around the genuine XmiReader that provides public access with no knowledge of actual UML implementation.
 

Package org.argouml.model.uml Description

Implementations of the Factory and support methods for the NSUML implementation.

Package Specification

UML Package Structure
This diagram is adapted from figure 2-1 of the UML 1.3 specifications.

The structure of this package parallels the UML package structure.

Related Documentation



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook