| Package | Description |
|---|---|
| org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
| org.gephi.graph.api.types |
Custom types the API supports, in addition of primitive and arrays.
|
| Class and Description |
|---|
| Column
A column belongs to a table and represent a dimension in the data.
|
| ColumnIterable
Column iterable.
|
| ColumnObserver
Observer over a column to monitor changes in the attributes values.
|
| Configuration
Global configuration set at initialization.
|
| 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.
|
| GraphModel
Graph API's entry point.
|
| 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 indexed 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.
|
| 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.
|
| 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.
|
| Class and Description |
|---|
| Estimator
Estimators specify the strategy to merge attribute values over time.
|
| Interval
Immutable time interval which supports included and excluded bounds.
|
| TimeFormat
Different representation of time.
|
Copyright © 2013–2015. All rights reserved.