[Uml-devel] kdesdk/umbrello/umbrello/codegenerators

Jonathan Riddell jri at jriddell.org
Fri Feb 28 12:47:01 UTC 2003


CVS commit by jriddell: 

New Java code generator from Brian Thomas <thomas-AT-mail630.gsfc.nasa.gov>

        - Proper conversion of UML typeNames to Java standard (e.g. "string" -> "String"   
and "bool" -> "boolean")                                                                   
        - Proper consideration of roles in generation of fields                            
        - Generates methods with Java name syntax (e.g. "getName" instead of "getname" or  
"getNAME").                                                                                
        - Accessor methods both for association roles and class attributes generated       
        as appropriate.                                                                    
        - Multiplicity, Scope and Changeablity considered properly for generation of       
methods                                                                                    
        - Self-association (e.g. at_Associations) will be used properly to generate        
methods.                                                                                   
        - Commenting much more extensive. Carries documentation on attributes,             
associations,                                                                              
        classes into the generated code document. Lots of auto-generated commenting.       
        - better organization (IMO) of output methods (tries to group methods by type,     
although                                                                                   
        there are cases where it doesnt group as well as I would like).                    
                                                                          


  M +580 -129  javawriter.cpp   1.4
  M +124 -4    javawriter.h   1.2







More information about the umbrello-devel mailing list