Uses of Interface
salvo.jesus.graph.SimplePath

Packages that use SimplePath
salvo.jesus.graph   
 

Uses of SimplePath in salvo.jesus.graph
 

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

Classes in salvo.jesus.graph that implement SimplePath
 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.