Uses of Interface
org.gephi.graph.api.Index
-
Packages that use Index Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of Index in org.gephi.graph.api
Methods in org.gephi.graph.api that return Index Modifier and Type Method Description Index<Edge>
GraphModel. getEdgeIndex()
Gets the edge index.Index<Edge>
GraphModel. getEdgeIndex(GraphView view)
Gets the edge index for the given graph view.Index<Element>
GraphModel. getElementIndex(Table table)
Gets the node or edge index depending on the column provided.Index<Element>
GraphModel. getElementIndex(Table table, GraphView view)
Gets the node or edge index for the given graph view.Index<Node>
GraphModel. getNodeIndex()
Gets the node index.Index<Node>
GraphModel. getNodeIndex(GraphView view)
Gets the node index for the given graph view.
-