Uses of Class
org.argouml.uml.generator.PropertySpecialString

Packages that use PropertySpecialString
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 PropertySpecialString in org.argouml.uml.generator
 

Fields in org.argouml.uml.generator declared as PropertySpecialString
private  PropertySpecialString[] ParserDisplay.attributeSpecialStrings
          The array of special properties for attributes.
private  PropertySpecialString[] ParserDisplay.operationSpecialStrings
          The array of special properties for operations.
 

Methods in org.argouml.uml.generator with parameters of type PropertySpecialString
private  void ParserDisplay.setProperties(Object elem, Vector prop, PropertySpecialString[] spec)
          Applies a Vector of name value pairs of properties to a model element.
 



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