Package org.gephi.graph.api
Interface UndirectedGraph
-
- All Superinterfaces:
Graph
- All Known Subinterfaces:
UndirectedSubgraph
public interface UndirectedGraph extends Graph
Undirected graph
-
-
Method Summary
-
Methods inherited from interface org.gephi.graph.api.Graph
addAllEdges, addAllNodes, addEdge, addNode, 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, getView, hasEdge, hasNode, isAdjacent, isAdjacent, isDirected, isDirected, isIncident, isIncident, isMixed, isSelfLoop, isUndirected, readLock, readUnlock, readUnlockAll, removeAllEdges, removeAllNodes, removeAttribute, removeAttribute, removeAttribute, removeEdge, removeNode, setAttribute, setAttribute, setAttribute, writeLock, writeUnlock
-
-