Uses of Interface
org.gephi.graph.api.NodeIterable
-
Packages that use NodeIterable Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of NodeIterable in org.gephi.graph.api
Classes in org.gephi.graph.api that implement NodeIterable Modifier and Type Class Description static classNodeIterable.NodeIterableEmptyEmpty node iterable.Fields in org.gephi.graph.api declared as NodeIterable Modifier and Type Field Description static NodeIterableNodeIterable. EMPTYThe static empty iterable.Methods in org.gephi.graph.api that return NodeIterable Modifier and Type Method Description NodeIterableGraphDiff. getAddedNodes()Gets all added nodes.NodeIterableGraph. getNeighbors(Node node)Gets all neighbors of a given node.NodeIterableGraph. getNeighbors(Node node, int type)Gets all neighbors of a given node connected through the given edge type.NodeIterableGraph. getNodes()Gets all the nodes in the graph.NodeIterableSpatialIndex. getNodesInArea(Rect2D rect)NodeIterableDirectedGraph. getPredecessors(Node node)Gets the node's predecessors.NodeIterableDirectedGraph. getPredecessors(Node node, int type)Gets the node's predecessors through a specific edge type.NodeIterableGraphDiff. getRemovedNodes()Gets all removed nodes.NodeIterableDirectedGraph. getSuccessors(Node node)Gets the node's successors.NodeIterableDirectedGraph. getSuccessors(Node node, int type)Gets the node's successors through a specific edge type.
-