| Class | Description |
|---|---|
| DOT |
Provides functionality for visualizing graphs using Graphviz.
|
| FeatureGraph |
A reduced-resolution version of the MetadataGraph.
|
| FeatureHierarchy |
Describes how a graph hierarchy is ordered; includes the name and type of
the features for each level in the graph.
|
| FeaturePath<V> |
Contains a graph
Path composed of Features. |
| HierarchicalGraph<T> |
A type-aware hierarchical graph implementation with each type occupying a
level in the hierarchy.
|
| HierarchicalQueryTracker<T> |
Tracks a
Query as it traverses through a graph
hierarchy. |
| MetadataGraph | |
| Path<L extends java.lang.Comparable<L>,V> |
Represents a simple graph path.
|
| TickHash |
Represents the buckets described by "Tick Marks" in the system.
|
| Vertex<L extends java.lang.Comparable<L>,V> |
Provides a lightweight generic implementation of a graph vertex backed by a
TreeMap for extensibility.
|
| Exception | Description |
|---|---|
| FeatureTypeMismatchException | |
| GraphException |