Class UMLFactory
java.lang.Object
nl.talsmasoftware.umldoclet.javadoc.UMLFactory
One big factory to produce UML from analyzed Javadoc elements.
TODO: This should be refactored into ClassDiagram and PackageDiagram visitor implementations. This increases flexibility in supporting future language features however may introduce additional risk with regard to unbounded recursion (see Issue 75 for example).
- Author:
- Sjoerd Talsma
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClassDiagram(TypeElement classElement) createPackageDiagram(PackageElement packageElement)
-
Constructor Details
-
UMLFactory
-
-
Method Details
-
createClassDiagram
-
createPackageDiagram
-