|
Class Diagrams... free with every Code Query |
2005-05-08 |
|
I have tweaked the Class Diagram generation functionality I posted last weekend to automatically generate a Class Diagram for all classes matched by a particular query, regardless of the query type. My first implementation was a special query type that selected results into a class diagram, but this jarred with the rest of the architecture.
In the example, a concern called "Data Access" contains four classes and two methods. After the query is evaluated, the classes are used to create a class diagram, which is added to the end of the list of matches. |
|