Uses of Interface
org.gephi.graph.api.TimeIndex
-
Packages that use TimeIndex Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of TimeIndex in org.gephi.graph.api
Methods in org.gephi.graph.api that return TimeIndex Modifier and Type Method Description TimeIndex<Edge>
GraphModel. getEdgeTimeIndex()
Gets the edge time index.TimeIndex<Edge>
GraphModel. getEdgeTimeIndex(GraphView view)
Gets the edge time index for the given view.TimeIndex<Node>
GraphModel. getNodeTimeIndex()
Gets the node time index.TimeIndex<Node>
GraphModel. getNodeTimeIndex(GraphView view)
Gets the node time index for the given view.
-