org.semanticdesktop.aperture.rdf.impl
Class RDFContainerFactoryImpl

java.lang.Object
  extended by org.semanticdesktop.aperture.rdf.impl.RDFContainerFactoryImpl
All Implemented Interfaces:
RDFContainerFactory
Direct Known Subclasses:
RDFContainerFactoryImpl

public class RDFContainerFactoryImpl
extends Object
implements RDFContainerFactory

Creates RDFContainerImpl instances. The Model wrapped in these RDFContainerImpls are created by the ModelFactory returned by RDF2Go.getModelFactory.


Constructor Summary
RDFContainerFactoryImpl()
           
 
Method Summary
 RDFContainer getRDFContainer(URI uri)
          Returns a RDFContainer instance.
 RDFContainer newInstance(String uri)
          Create a new empty RDFContainer describing the specified ID.
 RDFContainer newInstance(URI uri)
          Create a new empty RDFContainer describing the specified ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFContainerFactoryImpl

public RDFContainerFactoryImpl()
Method Detail

newInstance

public RDFContainer newInstance(String uri)
Description copied from interface: RDFContainerFactory
Create a new empty RDFContainer describing the specified ID.

Specified by:
newInstance in interface RDFContainerFactory
Parameters:
uri - The URI of the described resource.
Returns:
A new empty RDFContainer that will describe the specified ID.

newInstance

public RDFContainer newInstance(URI uri)
Description copied from interface: RDFContainerFactory
Create a new empty RDFContainer describing the specified ID.

Specified by:
newInstance in interface RDFContainerFactory
Parameters:
uri - The URI of the described resource.
Returns:
A new empty RDFContainer that will describe the specified ID.

getRDFContainer

public RDFContainer getRDFContainer(URI uri)
Description copied from interface: RDFContainerFactory
Returns a RDFContainer instance. This may be either a shared instance or a new instance.

Specified by:
getRDFContainer in interface RDFContainerFactory
Returns:
a RDFContainer instance.


Copyright © 2010 Aperture Development Team. All Rights Reserved.