|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.rdf.impl.RDFContainerFactoryImpl
public class RDFContainerFactoryImpl
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 |
---|
public RDFContainerFactoryImpl()
Method Detail |
---|
public RDFContainer newInstance(String uri)
RDFContainerFactory
newInstance
in interface RDFContainerFactory
uri
- The URI of the described resource.
public RDFContainer newInstance(URI uri)
RDFContainerFactory
newInstance
in interface RDFContainerFactory
uri
- The URI of the described resource.
public RDFContainer getRDFContainer(URI uri)
RDFContainerFactory
getRDFContainer
in interface RDFContainerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |