|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.DatasetThingFactory
public class DatasetThingFactory
A basic factory that provides create methods for building block OWL types.
| Field Summary | |
|---|---|
static AnzoValueFactory |
valueFactory
Reference to static Anzo valueFactory |
| Constructor Summary | |
|---|---|
DatasetThingFactory()
|
|
| Method Summary | |
|---|---|
static void |
clearCache()
Remove all objects from static cache of this factory. |
static void |
clearCaches(java.lang.Class<DatasetThing> type)
Clear the property caches of the individual objects cached in this factory. |
static DatasetThing |
createDatasetThing(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new DatasetThing if one doesn't already exist |
static DatasetThing |
createDatasetThing(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new DatasetThing if one doesn't already exist |
static DatasetThing |
getDatasetThing(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new DatasetThing if one doesn't already exist |
static DatasetThing |
getDatasetThing(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new DatasetThing if one doesn't already exist |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static AnzoValueFactory valueFactory
| Constructor Detail |
|---|
public DatasetThingFactory()
| Method Detail |
|---|
public static DatasetThing createDatasetThing(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - Resource of object_namedGraphUri - NamedGraph's URI where resource residesdataset - Dataset containing data
JastorException - if dataset or resource parameter is null
public static DatasetThing createDatasetThing(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - String representation of Resource for object_namedGraphUri - NamedGraph's URI where resource residesdataset - Dataset containing data
JastorException - if dataset or uri parameter is null
public static DatasetThing getDatasetThing(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - Resource of object_namedGraphUri - NamedGraph's URI where resource residesdataset - Dataset containing data
JastorException - if dataset or resource parameter is null
public static DatasetThing getDatasetThing(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - String representation of Resource for object_namedGraphUri - NamedGraph's URI where resource residesdataset - Dataset containing data
JastorException - if dataset or uri parameter is nullpublic static void clearCache()
public static void clearCaches(java.lang.Class<DatasetThing> type)
type - if not null, clear caches of objects of this type only
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||