Interface WeightedTree<U>

Type Parameters:
U - Type of the nodes.
All Superinterfaces:
DirectedGraph<U>, Graph<U>, java.io.Serializable, Tree<U>, WeightedGraph<U>
All Known Implementing Classes:
FastWeightedTree

public interface WeightedTree<U>
extends Tree<U>, WeightedGraph<U>
Interface for managing and creating tree graphs.