Uses of Interface
com.googlecode.sarasvati.load.GraphRepository

Packages that use GraphRepository
com.googlecode.sarasvati   
com.googlecode.sarasvati.hib   
com.googlecode.sarasvati.load   
com.googlecode.sarasvati.mem   
 

Uses of GraphRepository in com.googlecode.sarasvati
 

Methods in com.googlecode.sarasvati that return GraphRepository
 GraphRepository<? extends Graph> Engine.getRepository()
          Returns an appropriate GraphRepository for this Engine.
 

Uses of GraphRepository in com.googlecode.sarasvati.hib
 

Classes in com.googlecode.sarasvati.hib that implement GraphRepository
 class HibGraphRepository
           
 

Uses of GraphRepository in com.googlecode.sarasvati.load
 

Constructors in com.googlecode.sarasvati.load with parameters of type GraphRepository
AbstractGraphLoader(GraphFactory factory, GraphRepository<G> repository, GraphValidator validator)
           
GraphLoaderImpl(GraphFactory factory, GraphRepository<G> repository, GraphValidator validator)
           
 

Uses of GraphRepository in com.googlecode.sarasvati.mem
 

Classes in com.googlecode.sarasvati.mem that implement GraphRepository
 class MemGraphRepository
          A Graph Repository which can either store graphs in a global/static or local/per-repository cache.