Uses of Interface
org.jrdf.map.MapFactory

Packages that use MapFactory
org.jrdf.example.performance   
org.jrdf.graph.local.index.longindex.bdb   
org.jrdf.graph.local.index.longindex.db4o   
org.jrdf.graph.local.index.nodepool   
org.jrdf.graph.local.util   
org.jrdf.map   
org.jrdf.parser.bnodefactory An in memory implementation of the parser interfaces. 
org.jrdf.parser.rdfxml This package is a port of the Sesame RIO RDF/XML Parser. 
org.jrdf.writer.bdb   
 

Uses of MapFactory in org.jrdf.example.performance
 

Methods in org.jrdf.example.performance that return MapFactory
protected  MapFactory MemPerformance.getMapFactory()
           
protected  MapFactory DiskPerformance.getMapFactory()
           
protected abstract  MapFactory AbstractGraphPerformance.getMapFactory()
           
 

Constructors in org.jrdf.example.performance with parameters of type MapFactory
ParsePerformanceImpl(MapFactory mapFactory)
           
 

Uses of MapFactory in org.jrdf.graph.local.index.longindex.bdb
 

Constructors in org.jrdf.graph.local.index.longindex.bdb with parameters of type MapFactory
LongIndexBdb(MapFactory newCreator)
           
 

Uses of MapFactory in org.jrdf.graph.local.index.longindex.db4o
 

Constructors in org.jrdf.graph.local.index.longindex.db4o with parameters of type MapFactory
LongIndexDb4o(MapFactory newCreator)
           
 

Uses of MapFactory in org.jrdf.graph.local.index.nodepool
 

Constructors in org.jrdf.graph.local.index.nodepool with parameters of type MapFactory
NodePoolImpl(NodeTypePool newNodeTypePool, MapFactory newMapFactory)
           
NodeTypePoolImpl(MapFactory mapFactory, StringNodeMapper newMapper)
           
 

Uses of MapFactory in org.jrdf.graph.local.util
 

Constructors in org.jrdf.graph.local.util with parameters of type MapFactory
CopyGraphUtilImpl(MapFactory newMapFactory, SortedSetFactory newSetFactory)
           
GraphToGraphMapperImpl(Graph newGraph, MapFactory mapFactory, SortedSetFactory sFac)
           
 

Uses of MapFactory in org.jrdf.map
 

Classes in org.jrdf.map that implement MapFactory
 class BdbMapFactory
           
 class Db4oMapFactory
           
 class MemMapFactory
           
 

Uses of MapFactory in org.jrdf.parser.bnodefactory
 

Constructors in org.jrdf.parser.bnodefactory with parameters of type MapFactory
ParserBlankNodeFactoryImpl(MapFactory newCreator, GraphElementFactory newValueFactory)
           
 

Uses of MapFactory in org.jrdf.parser.rdfxml
 

Constructors in org.jrdf.parser.rdfxml with parameters of type MapFactory
RdfXmlParser(GraphElementFactory graphElementFactory, MapFactory creator)
          Creates a new RdfXmlParser that will use the supplied BlankNodeFactoryCreator and create a new map to be used by the generic ParserBlankNodeFactoryImpl.
 

Uses of MapFactory in org.jrdf.writer.bdb
 

Constructors in org.jrdf.writer.bdb with parameters of type MapFactory
BdbBlankNodeRegistryImpl(MapFactory newMapFactory)