|
||||||||||
| 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.NotTypeQualifier
NotTypeQualifier tests whether its root qualifier does not match the accelerator node. The NotTypeQualifier is constructed by specifying a root qualifier and its matching criteria yields the opposite result of its root qualifier.
| Constructor Summary | |
NotTypeQualifier(java.lang.String kind)
Creates new NotTypeQualifier off of a node type |
|
NotTypeQualifier(TypeQualifier qualifier)
Creates new NotTypeQualifier off of an existing qualifier |
|
| Method Summary | |
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 NotTypeQualifier(java.lang.String kind)
kind - The node type used to define the root qualifierpublic NotTypeQualifier(TypeQualifier qualifier)
qualifier - The root qualifier| Method Detail |
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 | |||||||||