net.walend.measured
Interface MeasuredGEPath

All Superinterfaces:
Digraph, GEDigraph, GEPath, HasState, Path
All Known Implementing Classes:
AbstractShortestGEPaths.DigraphMeasuredGEPath

public interface MeasuredGEPath
extends GEPath

Author:
David Walend dfw1@cornell.edu

Field Summary
 
Fields inherited from interface net.walend.digraph.GEDigraph
EMPTY
 
Method Summary
 int getLength()
           
 
Methods inherited from interface net.walend.digraph.path.GEPath
getSubpath, getSubpathFirst, getSubpathFirstToLast, getSubpathLast, getSubpathLastToFirst, getSupergraph, sameGEPathAs
 
Methods inherited from interface net.walend.digraph.GEDigraph
containsGEDigraph, intersectWithGEDigraph, sameGEDigraphAs, unionGEDigraph
 
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.path.Path
getHead, getIndexOfNode, getLastIndexOfNode, getNodeAtIndex, getNodeList, getTail, pathEdgeCount, pathEdgeNodeIterator, pathNodeCount, pathNodeIterator, valid
 

Method Detail

getLength

public int getLength()


Copyright (c) 2001, 2002, David Walend