Uses of Interface
salvo.jesus.graph.Path

Packages that use Path
salvo.jesus.graph   
 

Uses of Path in salvo.jesus.graph
 

Subinterfaces of Path in salvo.jesus.graph
 interface CyclePath
          An empty interface that denotes a CyclePath.
 interface SimplePath
          An interface that denotes a Path that is simple.
 

Classes in salvo.jesus.graph that implement Path
 class CyclePathImpl
          Implementation of CyclePath that ensures that the first and last vertices in the Path forms a cycle.
 class PathImpl
          An implementation of the Path interface that is a non-simple path.
 class SimplePathImpl
          Implementation of SimplePath interface guaranteeing that the path is simple, meaning no Vertex is repeated in the path.