| Package | Description |
|---|---|
| org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeIterable.NodeIterableEmpty
Empty node iterable.
|
| Modifier and Type | Field and Description |
|---|---|
static NodeIterable |
NodeIterable.EMPTY
The static empty iterable.
|
| Modifier and Type | Method and Description |
|---|---|
NodeIterable |
GraphDiff.getAddedNodes()
Gets all added nodes.
|
NodeIterable |
Graph.getNeighbors(Node node)
Gets all neighbors of a given node.
|
NodeIterable |
Graph.getNeighbors(Node node,
int type)
Gets all neighbors of a given node connected through the given edge type.
|
NodeIterable |
Graph.getNodes()
Gets all the nodes in the graph.
|
NodeIterable |
DirectedGraph.getPredecessors(Node node)
Gets the node's predecessors.
|
NodeIterable |
DirectedGraph.getPredecessors(Node node,
int type)
Gets the node's predecessors through a specific edge type.
|
NodeIterable |
GraphDiff.getRemovedNodes()
Gets all removed nodes.
|
NodeIterable |
DirectedGraph.getSuccessors(Node node)
Gets the node's successors.
|
NodeIterable |
DirectedGraph.getSuccessors(Node node,
int type)
Gets the node's successors through a specific edge type.
|
Copyright © 2013–2015. All rights reserved.