org.umlgraph.doclet
Interface ClassMatcher

Show UML class diagram
All Known Implementing Classes:
ContextMatcher, InterfaceMatcher, PackageMatcher, PatternMatcher, SubclassMatcher

public interface ClassMatcher

A ClassMatcher is used to check if a class definition matches a specific condition. The nature of the condition is dependent on the kind of matcher


Method Summary
 boolean matches(com.sun.javadoc.ClassDoc cd)
          Returns the options for the specified class.
 boolean matches(java.lang.String name)
          Returns the options for the specified class.
 

Method Detail

matches

boolean matches(com.sun.javadoc.ClassDoc cd)
Returns the options for the specified class.


matches

boolean matches(java.lang.String name)
Returns the options for the specified class.