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.
FileGeneratorAdapter.FileAction  
PropertyOperation Interface specifying the operation to take when a PropertySpecialString is matched.
 

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.
GeneratorDisplay Deprecated. since V0.19.8 by mvw.
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.
ParserDisplay Deprecated. since V0.19.8 by mvw.
PropertySpecialString Declares a string that should take special action when it is found as a property in ParserDisplay.setProperties.
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-2005ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook