Package xal.smf.impl.qualify
Interface TypeQualifier
- All Known Implementing Classes:
AndTypeQualifier,KindQualifier,NotTypeQualifier,OrTypeQualifier
public interface TypeQualifier
TypeQualifier is the interface of all qualifiers that can test whether a node
passes a matching criteria.
- Author:
- tap
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(AcceleratorNode node) Determine if the specified node is a match based on this qualifier's criteria
-
Method Details
-
match
Determine if the specified node is a match based on this qualifier's criteria- Parameters:
node- The node to test- Returns:
- true if the node is a match and false if not
-