org.rblasch.convert.graph
Interface WeightedEdge

All Superinterfaces:
Edge
All Known Subinterfaces:
WeightedDirectedEdge
All Known Implementing Classes:
ConverterEdge

public interface WeightedEdge
extends Edge


Method Summary
 int getWeight()
           
 

Method Detail

getWeight

public int getWeight()


Copyright © 2004 Ronald Blaschke. All Rights Reserved.