JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.umlgraph.doclet
Interface ClassMatcher
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
Methods
Modifier and Type
Method and Description
boolean
matches
(ClassDoc cd)
Returns the options for the specified class.
Method Detail
matches
boolean matches(ClassDoc cd)
Returns the options for the specified class.
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method