Package ps3.graph

Interface Summary
Path<N,P extends Path<N,P>> A Path models a sequence of nodes and the cost for travelling along such a sequence.
 

Class Summary
NodeCountingPath A NodeCountingPath characterizes a path of WeightedNodes.
WeightedNode A WeightedNode class is a simple record type which contains a name and a cost
WeightedNodePath A WeightedNodePath characterizes a path of WeightedNodes.