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

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

Uses of GraphValidator in com.googlecode.sarasvati
 

Methods in com.googlecode.sarasvati with parameters of type GraphValidator
 GraphLoader<? extends Graph> Engine.getLoader(GraphValidator validator)
          Returns an appropriate GraphLoader for this Engine.
 

Uses of GraphValidator in com.googlecode.sarasvati.hib
 

Methods in com.googlecode.sarasvati.hib with parameters of type GraphValidator
 GraphLoader<HibGraph> HibEngine.getLoader(GraphValidator validator)
           
 

Uses of GraphValidator in com.googlecode.sarasvati.load
 

Classes in com.googlecode.sarasvati.load that implement GraphValidator
 class GraphValidatorAdapter
          Provides a base for creating GraphValidator implementations in cases where not all methods will be overridden.
 

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

Uses of GraphValidator in com.googlecode.sarasvati.mem
 

Methods in com.googlecode.sarasvati.mem with parameters of type GraphValidator
 GraphLoader<MemGraph> MemEngine.getLoader(GraphValidator validator)