Package xal.tools.data
Class NotQualifier
java.lang.Object
xal.tools.data.NotQualifier
- All Implemented Interfaces:
Qualifier
Qualifier which negates another qualifier's matching.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotQualifier
Constructor- Parameters:
qualifier
- The qualifier to negate.
-
-
Method Details
-
matches
Determine if the specified object is not a match to the enclosed qualifier. -
toString
Get a string representation of this instance.
-