Graph view classes.
| Interface | Description | |
|---|---|---|
| IGraphView | Interface for a view of a graph. |
| Class | Description | |
|---|---|---|
| ChainedGraphView | A view consisting of multiple, chained views. | |
| CustomFilterGraphView | A view which filters nodes and edges using custom filter functions. | |
| DelayedTreeGraphView | A time-delayed view consisting of a tree rooted at a single node. | |
| MaxNeighborsGraphView | A view which limits the number of edges any node can have. | |
| MaxNodesGraphView | A view which limits the number of nodes. | |
| MultiPathGraphView | A view consisting of root nodes and the shortest existing paths between them. | |
| MultiTreeGraphView | A view consisting of trees rooted at multiple nodes. | |
| SynchronizedGraphView | Base class for representing the view using a separate LinkedGraph. | |
| TreeGraphView | A view consisting of a tree rooted at a single node. |