net.walend.digraph
Interface IndexedGEDigraph

All Superinterfaces:
Digraph, GEDigraph, HasState, IndexedDigraph
All Known Subinterfaces:
IndexedMutableGEDigraph
All Known Implementing Classes:
AbstractMatrixGEDigraph, GEBellmanFordTest.BFGEDigraph, MutableLMGEDigraph, MutableMatrixGEDigraph

public interface IndexedGEDigraph
extends IndexedDigraph, GEDigraph

GEDigraph methods that use indices.

Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from interface net.walend.digraph.GEDigraph
EMPTY
 
Methods inherited from interface net.walend.digraph.IndexedDigraph
containsEdge, containsNode, countInboundEdges, countOutboundEdges, getFromIndices, getFromNodes, getNode, getNodeIndex, getToIndices, getToNodes, indexedEdgeNodeIterator, indexedNodeIterator, nodeCapacity, nodeIndices
 
Methods inherited from interface net.walend.digraph.Digraph
containsEdge, containsNode, containsNodes, countInboundEdges, countOutboundEdges, edgeCount, edgeNodeIterator, getFromNodes, getNodes, getToNodes, isEdgeFree, isEmpty, nodeCount, nodeIterator
 
Methods inherited from interface net.walend.collection.HasState
getPrincipleInterface, sameStateAs
 
Methods inherited from interface net.walend.digraph.GEDigraph
containsGEDigraph, intersectWithGEDigraph, sameGEDigraphAs, unionGEDigraph
 



Copyright (c) 2001, 2002, David Walend