org.jrdf.graph.local.mem
Class ResourceFactoryImpl

java.lang.Object
  extended by org.jrdf.graph.local.mem.ResourceFactoryImpl
All Implemented Interfaces:
ResourceFactory

public class ResourceFactoryImpl
extends Object
implements ResourceFactory


Constructor Summary
ResourceFactoryImpl(Localizer localizer, ReadWriteGraph newReadWriteGraph)
           
 
Method Summary
 Resource createResource(BlankNode node)
           
 Resource createResource(URIReference node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFactoryImpl

public ResourceFactoryImpl(Localizer localizer,
                           ReadWriteGraph newReadWriteGraph)
Method Detail

createResource

public Resource createResource(BlankNode node)
                        throws GraphElementFactoryException
Specified by:
createResource in interface ResourceFactory
Throws:
GraphElementFactoryException

createResource

public Resource createResource(URIReference node)
                        throws GraphElementFactoryException
Specified by:
createResource in interface ResourceFactory
Throws:
GraphElementFactoryException