Package org.argouml.profile

Contains support for UML profiles.

See:
          Description

Interface Summary
DefaultTypeStrategy Using this strategy profiles can provide the default used when creating new parameters, operations and attributes.
FigNodeStrategy Using this strategy profiles can provide icons to replace the default visualization of stereotyped node according to UML 2.0 specification.
FormatingStrategy Interface for the formating strategy to be used when formating model element names.
ProfileManager Interface to the manager for the global set of registered profiles.
ProfileModelLoader Interface to be implemented by profile model loaders.
 

Class Summary
CoreProfileReference This class provides the base referencing and URL for ArgoUML core profiles.
FileModelLoader An implementation for the ProfileModelLoader that loads profiles from files.
Profile Abstract class representing a Profile.
ProfileFacade The Facade of the profile subsystem.
ProfileReference A reference to a Profile which internally implies having both a public profile reference and the path to the profile file.
ReaderModelLoader TODO: this doesn't need a full ProfileReference since it uses the reader handed in the constructor.
ResourceModelLoader Loads models using the default ClassLoader or a provided one.
StreamModelLoader Abstract ProfileModelLoader which loads models from an InputStream.
URLModelLoader Abstract ProfileModelLoader which loads models from a URL.
UserDefinedProfile Represents a profile defined by the user
UserDefinedProfileHelper Class with helper methods for user defined profiles.
UserProfileReference This class provides the base URL for user defined profiles.
ZipModelLoader Loads model data from a Zip file
 

Exception Summary
ProfileException An exception to be thrown during failure in the Profile subsystem.
 

Package org.argouml.profile Description

Contains support for UML profiles.

Package Specification

(none)

Related Documentation

(none)



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook