Package org.gephi.graph.api
Interface UndirectedSubgraph
-
- All Superinterfaces:
Graph
,Subgraph
,UndirectedGraph
public interface UndirectedSubgraph extends UndirectedGraph, Subgraph
Undirected subgraph.
-
-
Method Summary
-
Methods inherited from interface org.gephi.graph.api.Graph
clear, clearEdges, clearEdges, clearEdges, contains, contains, getAttribute, getAttribute, getAttribute, getAttributeKeys, getDegree, getEdge, getEdge, getEdge, getEdgeCount, getEdgeCount, getEdges, getEdges, getEdges, getEdges, getEdges, getEdges, getLock, getModel, getNeighbors, getNeighbors, getNode, getNodeCount, getNodes, getOpposite, getSelfLoops, getVersion, hasEdge, hasNode, isAdjacent, isAdjacent, isDirected, isDirected, isIncident, isIncident, isMixed, isSelfLoop, isUndirected, readLock, readUnlock, readUnlockAll, removeAttribute, removeAttribute, removeAttribute, setAttribute, setAttribute, setAttribute, writeLock, writeUnlock
-
Methods inherited from interface org.gephi.graph.api.Subgraph
addAllEdges, addAllNodes, addEdge, addNode, fill, getRootGraph, getView, intersection, not, removeAllEdges, removeAllNodes, removeEdge, removeNode, union
-
-