Uses of Class
salvo.jesus.graph.PathImpl

Packages that use PathImpl
salvo.jesus.graph   
 

Uses of PathImpl in salvo.jesus.graph
 

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