Interface LabeledGraph<T,U>

All Superinterfaces:
EdgeManager<T>, Graph<T>, Iterable<T>, LabeledEdgeManager<T,U>, NodeManager<T>
All Known Subinterfaces:
IFlowGraph
All Known Implementing Classes:
AbstractDemandFlowGraph, AbstractFlowGraph, AbstractLabeledGraph, AbstractNumberedLabeledGraph, DemandPointerFlowGraph, DemandValueFlowGraph, SlowSparseNumberedLabeledGraph

public interface LabeledGraph<T,U> extends Graph<T>, LabeledEdgeManager<T,U>
A graph with labeled edges.