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