Package org.argouml.uml.generator

Provides support for implementing a generator(for code generation or notation), and a parser (for parsing strings that describe a (part of) a model element; it provides to implemented classes, ParserDisplay and GeneratorDisplay.

See:
          Description

Interface Summary
CodeGenerator Defines the methods to generate source code from the model.
FileGenerator This class is the interface that tells that a certain generator can generate a file.
 

Class Summary
AbstractSection Reading and writing preserved sections from the code.
FileGeneratorAdapter Adapter that implements CodeGeneration using a FileGeneration implementation.
GenerationPreferences Stores generation preference information entered by the user per project.
Generator2 Deprecated. This class is deprecated in favour of GeneratorManager and the CodeGenerator interface.
GeneratorHelper Provides some utility methods for code generation.
GeneratorManager Keeps an instance of each CodeGenerator implementation module registered, associated with a language name.
Language Encapsulates a language name and other properties.
SourceUnit Holds informations about a source unit and its content, whether it exists only in memory or it's stored in a file.
 

Package org.argouml.uml.generator Description

Provides support for implementing a generator(for code generation or notation), and a parser (for parsing strings that describe a (part of) a model element; it provides to implemented classes, ParserDisplay and GeneratorDisplay.

Package Specification

(none)

Related Documentation

(none)



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook