Interface | Description |
---|---|
Node |
A node part of a structure.
|
StructureProvider |
Provides a structural view of a model.
|
Class | Description |
---|---|
AbstractStructureProvider<ConnectionID,S extends Structure> |
Defines a base implementation of structure provider.
|
FilteredStructure |
A structure which can be filtered by regular expression evaluated on nodes.
|
NodeComparator |
A node comparison function, which involves comparing the title of the nodes.
|
Structure |
A structure view of a model, as provided by
AbstractStructureProvider . |