| Column |
A column belongs to a table and represent a dimension in the data.
|
| ColumnDiff |
Interface to retrieve elements touched in a column.
|
| ColumnIndex |
A column index is associated with a column and and keeps track of each unique
value and can also return the minimum and maximum values in case of a
sortable value type.
|
| ColumnIterable |
Column iterable.
|
| ColumnObserver |
Observer over a column to monitor changes in the attributes values.
|
| Configuration |
Global configuration set at initialization.
|
| Configuration.Builder |
Configuration builder.
|
| DirectedGraph |
Directed graph.
|
| DirectedSubgraph |
A directed subgraph.
|
| Edge |
An edge.
|
| EdgeIterable |
An edge iterable.
|
| EdgeProperties |
Edge properties
|
| Element |
An element is a node or an edge.
|
| ElementIterable |
Element iterable.
|
| ElementProperties |
Element visual properties.
|
| Estimator |
Estimators specify the strategy to merge attribute values over time.
|
| Graph |
Graph interface.
|
| GraphBridge |
Helper that helps transfer elements from another graph store.
|
| GraphDiff |
Interface to retrieve added and removed elements from the graph.
|
| GraphFactory |
Factory for nodes and edges.
|
| GraphLock |
Wrapper around ReentrantReadWriteLock that controls multi-thread
access to the graph structure.
|
| GraphModel |
Graph API's entry point.
|
| GraphModel.DefaultColumns |
Default columns utility.
|
| GraphObserver |
Observer over a graph to monitor changes and obtain the list of differences.
|
| GraphView |
View on the graph.
|
| Index |
An index is associated with each table and keeps track of each unique value
in columns.
|
| Interval |
Immutable time interval which supports included and excluded bounds.
|
| Node |
A node.
|
| NodeIterable |
A node iterable.
|
| NodeProperties |
Node properties.
|
| Origin |
The column's data origin.
|
| Rect2D |
Represents a 2D axis-aligned immutable rectangle.
|
| SpatialIndex |
Object to query the nodes and edges of the graph in a spatial context.
|
| Subgraph |
A subgraph is a subset of a graph based on a graph view.
|
| Table |
The table is the container for columns.
|
| TableDiff |
Interface to retrieve added, removed and modified columns from the table.
|
| TableLock |
|
| TableObserver |
Observer over a table to monitor changes.
|
| TextProperties |
Text visual properties.
|
| TimeFormat |
Different representation of time.
|
| TimeIndex |
Holds an index based on time attributes.
|
| TimeRepresentation |
Different time representations.
|
| UndirectedGraph |
Undirected graph
|
| UndirectedSubgraph |
Undirected subgraph.
|