Uses of Interface
org.argouml.application.api.NotationProvider

Packages that use NotationProvider
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.application.notation Provides generic support for different notation displays. 
org.argouml.language.helpers Provides "helper" classes that provide basic functionality for notation or code classes. 
org.argouml.language.java.generator Provides ArgoUml with the capability to parse Java strings in uml models, and to generate Java strings/source files from the uml model. 
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. 
 

Uses of NotationProvider in org.argouml.application.api
 

Methods in org.argouml.application.api that return NotationProvider
 NotationProvider Notation.getDefaultProvider()
           
 

Uses of NotationProvider in org.argouml.application.notation
 

Methods in org.argouml.application.notation that return NotationProvider
 NotationProvider NotationProviderFactory.getProvider(NotationName nn)
           
 NotationProvider NotationProviderFactory.getDefaultProvider()
           
 

Uses of NotationProvider in org.argouml.language.helpers
 

Classes in org.argouml.language.helpers that implement NotationProvider
 class NotationHelper
          This class is the abstract super class that defines a code generation framework.
 

Uses of NotationProvider in org.argouml.language.java.generator
 

Classes in org.argouml.language.java.generator that implement NotationProvider
 class GeneratorJava
          Generator subclass to generate text for display in diagrams in in text fields in the Argo/UML user interface.
 

Uses of NotationProvider in org.argouml.uml.generator
 

Classes in org.argouml.uml.generator that implement NotationProvider
 class Generator
          This class is the abstract super class that defines a code generation framework.
 class GeneratorDisplay
          Generator subclass to generate text for display in diagrams in in text fields in the Argo/UML user interface.
 



ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook