|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.xal.smf.impl.qualify.AndTypeQualifier
AndTypeQualifier is a compound qualifier that tests whether all of its root qualifiers match the accelerator node. If and only if the set of root qualifiers all match the node then this qualifier matches the node also.
| Constructor Summary | |
AndTypeQualifier()
Creates a new AndTypeQualifier with no initial root qualifiers |
|
| Method Summary | |
AndTypeQualifier |
and(java.lang.String kind)
Add a "kind" qualifier to the set of root qualifiers. |
AndTypeQualifier |
and(TypeQualifier qualifier)
Add a qualifier to the set of root qualifiers. |
boolean |
match(AcceleratorNode node)
Determine if the specified node is a match based on this qualifier's criteria. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AndTypeQualifier()
| Method Detail |
public AndTypeQualifier and(java.lang.String kind)
kind - The node type of the new root qualifier
public AndTypeQualifier and(TypeQualifier qualifier)
qualifier - A qualifier to "and" with the existing root qualifiers.
public boolean match(AcceleratorNode node)
match in interface TypeQualifiernode - The node to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||