Uses of Interface
org.jrdf.graph.GraphElementFactory

Packages that use GraphElementFactory
org.jrdf.graph This package defines a set of APIs required to implement an RDF Graph and it's associated objects.  
org.jrdf.graph.mem   
org.jrdf.parser.mem   
org.jrdf.parser.rdfxml   
 

Uses of GraphElementFactory in org.jrdf.graph
 

Fields in org.jrdf.graph declared as GraphElementFactory
protected  GraphElementFactory AbstractTripleFactory.elementFactory
          The graph element factory.
 

Methods in org.jrdf.graph that return GraphElementFactory
 GraphElementFactory Graph.getElementFactory()
          Returns the node factory for the graph, or creates one.
 

Uses of GraphElementFactory in org.jrdf.graph.mem
 

Classes in org.jrdf.graph.mem that implement GraphElementFactory
 class GraphElementFactoryImpl
          A SkipListNode Factory is a class which create the various components of a graph.
 

Methods in org.jrdf.graph.mem that return GraphElementFactory
 GraphElementFactory GraphImpl.getElementFactory()
          Returns the node factory for the graph, or creates one.
 

Uses of GraphElementFactory in org.jrdf.parser.mem
 

Constructors in org.jrdf.parser.mem with parameters of type GraphElementFactory
ParserBlankNodeFactoryImpl(GraphElementFactory newValueFactory)
          Create a new blank node factory with the given value factory.
 

Uses of GraphElementFactory in org.jrdf.parser.rdfxml
 

Constructors in org.jrdf.parser.rdfxml with parameters of type GraphElementFactory
RdfXmlParser(GraphElementFactory graphElementFactory)
          Creates a new RdfXmlParser that will use the supplied GraphElementFactory to create objects for resources, bNodes and literals.
RdfXmlParser(GraphElementFactory valueFactory, ParserBlankNodeFactory parserBlankNodeFactory)
          Creates a new RdfXmlParser that will use the supplied GraphElementFactory to create objects for resources, bNodes and literals.