gov.sns.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.


Method Summary
 boolean match(AcceleratorNode node)
          Determine if the specified node is a match based on this qualifier's criteria
 

Method Detail

match

public boolean match(AcceleratorNode node)
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