sparx

Ruby and Enterprise Architect

I'm trying to build a class diagram in Sparx Enterprise Architect for future usage in Ruby project. How should I set up base code datatypes (Settings -> Code Datatypes...)? It should be something like: Datatype = Common Type (additional notes, if any). Does anyone know what pairs should be input? I'd also highly appreciate advice on h...

Enterprise Architect (Sparx Systems) - add parameter name and type in parameter list

I cannot get the name of the parameter to show up in class diagram generated by 'Enterprise Architect' (Sparx Systems). I am trying to add a operation below + delayFight(numberOfMinutes: int) : Date but after I add the parameter name and type, the operation is displayed as this + delayFight(int) : Date Does anyone know how to for...

Clean HTML documentation template for Enterprise Architect

I use Enterprise Architect from Sparx Systems for reverse-engineering URL class diagrams from my source code, and want to take this a step further by using the software to generate HTML API documentation of my code. However I find the markup generated by Enterprise Architect to be full of Javascript, and I think I may have even spotted ...