Package xal.tools.data
Interface Qualifier
- All Known Implementing Classes:
AndQualifier
,CompoundQualifier
,KeyValuePatternQualifier
,KeyValueQualifier
,NotQualifier
,OrQualifier
public interface Qualifier
Interface for qualifying objects.
-
Method Summary
-
Method Details
-
matches
Determine if the specified object is a match to this qualifier's criteria.- Parameters:
object
- the object to test for matching- Returns:
- true if the object matches the criteria and false if not.
-