Package com.nomagic.uml2.ext.jmi.reflect
Interface RepositoryReflection.RefClassMatcher
- 
- Enclosing class:
 - RepositoryReflection
 
private static interface RepositoryReflection.RefClassMatcherChecks if RefClass matches some criteria. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(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
 
 - 
 
 -