org.apache.commons.graph
Interface LabeledEdge<V extends Vertex>

Type Parameters:
V - the Graph vertices type
All Superinterfaces:
Edge<V>, Labeled

public interface LabeledEdge<V extends Vertex>
extends Edge<V>, Labeled

An edge labeling is a function mapping Edges of a Graph to a set of labels. A Graph with such a function defined is called an edge-labeled graph.


Method Summary
 
Methods inherited from interface org.apache.commons.graph.Edge
getHead, getTail
 
Methods inherited from interface org.apache.commons.graph.Labeled
getLabel
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.