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

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

public interface LabeledWeightedEdge<V extends Vertex>
extends WeightedEdge<V>, Labeled

A LabeledEdge with weight.

See Also:
WeightedEdge, LabeledEdge

Method Summary
 
Methods inherited from interface org.apache.commons.graph.WeightedEdge
getWeight
 
Methods inherited from interface org.apache.commons.graph.Edge
getHead, getTail
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.apache.commons.graph.Labeled
getLabel
 



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