Package xal.smf.impl.qualify


package xal.smf.impl.qualify
  • Class
    Description
    AndTypeQualifier is a compound qualifier that tests whether all of its root qualifiers match the accelerator node.
     
    ElementTypeManager keeps track of which types are associated with which subclass of AcceleratorNode.
    KindQualifier is used to match nodes based upon the string type of nodes.
     
    NotTypeQualifier tests whether its root qualifier does not match the accelerator node.
    OrTypeQualifier is a compound qualifier that tests whether any of its qualifiers matches the accelerator node.
    Factory to create qualifiers.
    TypeQualifier is the interface of all qualifiers that can test whether a node passes a matching criteria.