UMLGraph/src/org/umlgraph/doclet
Andrea Aime 14b80c0eab Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
..
.cvsignore More ignore files. 2005-11-24 08:19:15 +00:00
ClassGraph.java Filter-out static initializer method from classes 2006-06-20 16:52:08 +00:00
ClassInfo.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
ClassMatcher.java Added new @match types, with an general interface, an implementation for each kind, and a factory method in the View class to build the right implementation. Changed View implementation to work agains ClassMatchers instead of Patterns 2006-01-28 10:13:17 +00:00
ContextMatcher.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
ContextView.java Avoid re-computing the set of returned options, which is really just composed of a handful of possibilities, optimize a little, and fixed a few bugs 2006-06-02 09:17:55 +00:00
InterfaceMatcher.java Added new @match types, with an general interface, an implementation for each kind, and a factory method in the View class to build the right implementation. Changed View implementation to work agains ClassMatchers instead of Patterns 2006-01-28 10:13:17 +00:00
OptionProvider.java Remove trailing spaces, add file comment, and CVS Id. 2006-02-04 22:44:58 +00:00
Options.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
PackageMatcher.java First stab at UmlDoc implementation. It's an "improved" javadoc that outputs docs along with class diagrams. 2006-05-01 19:38:12 +00:00
PackageView.java String formatting fix, and don't show package names in the package class diagram (waste of space, all classes do come from the same package anyway) 2006-06-02 09:19:00 +00:00
PatternMatcher.java Added new @match types, with an general interface, an implementation for each kind, and a factory method in the View class to build the right implementation. Changed View implementation to work agains ClassMatchers instead of Patterns 2006-01-28 10:13:17 +00:00
RelationDirection.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
RelationPattern.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
RelationType.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
StringUtil.java Package lives now under doclet. 2005-11-14 17:34:17 +00:00
SubclassMatcher.java Added new @match types, with an general interface, an implementation for each kind, and a factory method in the View class to build the right implementation. Changed View implementation to work agains ClassMatchers instead of Patterns 2006-01-28 10:13:17 +00:00
UMLOptions.java Changed the class diagram generation options, with the new classes the old diagram was getting hard to understand at a glance 2006-01-28 10:14:17 +00:00
UmlDoc.java Removed reliance on -verbose2 2006-06-11 13:47:30 +00:00
UmlGraph.java Removed reliance on -verbose2 2006-06-11 13:47:30 +00:00
View.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
Visibility.java Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
WrappedClassDoc.java Classdoc and rootdoc wrappers used to improve the performance of UMLDoc 2006-06-02 08:47:47 +00:00
WrappedRootDoc.java Renamed WrappedRootDoc due to a typo, removed package.html and fixed a few umlgraph tags on the classes for better output generation 2006-06-04 09:19:21 +00:00