| Interface | Description |
|---|---|
| AttributeValue |
Selector attribute values are the data model of selectors.
|
| Selector |
Matches a set of shapes using a selector expression.
|
| Class | Description |
|---|---|
| PathFinder |
Finds the possible directed relationship paths from a starting shape to
shapes connected to the starting shape that match a selector.
|
| PathFinder.Path |
An immutable
Relationship path from a starting shape to an end shape. |
| Selector.Runner | Deprecated
This class is no longer necessary.
|
| Selector.ShapeMatch |
Represents a selector match found in the model.
|
| Exception | Description |
|---|---|
| SelectorException |
Exception thrown when a selector evaluation is invalid.
|
| SelectorSyntaxException |
Exception thrown when a selector expression is invalid.
|