Package org.tweetyproject.graphs
Interface WeightedEdge<S extends Node,T extends Number> 
- Type Parameters:
 S- The type of node this edge connectsT- The type of weight
- All Known Implementing Classes:
 WeightedDirectedEdge
Interface for weighted edges.
- Author:
 - Matthias Thimm
 
- 
Method Summary
 
- 
Method Details
- 
getWeight
T getWeight()Returns the weight of this edge.- Returns:
 - the weight of this edge.
 
 
 -