|
||||||||||
| 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.KindQualifier
KindQualifier is used to match nodes based upon the string type of nodes. For example, the official naming convention specifies names and short names for various elements in the accelerator (e.g. "Q" for quadrupole, "BPM" for a "beam position monitor". The user can construct a qualifier by specifying an element type by either its name or short name (usually given by the node's "s_strType" property).
| Constructor Summary | |
KindQualifier(java.lang.String newKind)
Creates new KindQualifier |
|
| 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 KindQualifier(java.lang.String newKind)
newKind - The official element type of nodes to match (e.g. BPM.s_strType)| 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 | |||||||||