Uses of Class
scratch.danyel.lazy.LazySparseVertex

Packages that use LazySparseVertex
scratch.danyel.lazy   
 

Uses of LazySparseVertex in scratch.danyel.lazy
 

Methods in scratch.danyel.lazy that return LazySparseVertex
protected  LazySparseVertex LazySparseVertexFactory.getLazySparseVertex(Object identifier)
          Creates a new LazySparseVertex tied to this identifier.
 

Methods in scratch.danyel.lazy with parameters of type LazySparseVertex
abstract  void LazySparseVertexFactory.annotateVertex(LazySparseVertex vertex)
          Ok, here'a a Vertex.
 void LazyWebCrawler.WebCrawlerFactory.annotateVertex(LazySparseVertex vertex)