Package org.gephi.graph.api
Interface DirectedSubgraph
-
- All Superinterfaces:
DirectedGraph
,Graph
,Subgraph
public interface DirectedSubgraph extends DirectedGraph, Subgraph
A directed subgraph.
-
-
Method Summary
-
Methods inherited from interface org.gephi.graph.api.DirectedGraph
getEdge, getEdge, getInDegree, getInEdges, getInEdges, getMutualEdge, getOutDegree, getOutEdges, getOutEdges, getPredecessors, getPredecessors, getSuccessors, getSuccessors, isAdjacent, isAdjacent
-
Methods inherited from interface org.gephi.graph.api.Graph
clear, clearEdges, clearEdges, clearEdges, contains, contains, getAttribute, getAttribute, getAttribute, getAttributeKeys, getDegree, getEdge, getEdgeCount, getEdgeCount, getEdges, getEdges, getEdges, getEdges, getEdges, getEdges, getLock, getModel, getNeighbors, getNeighbors, getNode, getNodeCount, getNodes, getOpposite, getSelfLoops, getVersion, hasEdge, hasNode, 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
-
-