Package com.nomagic.uml2.ext.jmi.reflect
Interface RepositoryReflection.RefClassMatcher
-
- Enclosing class:
- RepositoryReflection
private static interface RepositoryReflection.RefClassMatcher
Checks if RefClass matches some criteria.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(AbstractRefClass refClass)
Check if given RefClass matches some criteria.
-
-
-
Method Detail
-
matches
boolean matches(AbstractRefClass refClass)
Check if given RefClass matches some criteria.- Parameters:
refClass
- ref class
-
-