Package | Description |
---|---|
org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectedSubgraph
A directed subgraph.
|
interface |
UndirectedSubgraph
Undirected subgraph.
|
Modifier and Type | Method and Description |
---|---|
Subgraph |
GraphModel.getGraph(GraphView view)
Gets the graph for the given graph view.
|
Modifier and Type | Method and Description |
---|---|
void |
Subgraph.intersection(Subgraph subGraph)
Intersects the given subgraph with this sugbgraph.
|
void |
Subgraph.union(Subgraph subGraph)
Unions the given subgraph with this sugbgraph.
|
Copyright © 2013–2015. All rights reserved.