Package | Description |
---|---|
org.ontoware.rdf2go | |
org.ontoware.rdf2go.impl | |
org.ontoware.rdf2go.model | |
org.ontoware.rdf2go.model.impl | |
org.ontoware.rdf2go.util | |
org.openrdf.rdf2go |
Modifier and Type | Method and Description |
---|---|
ModelSet |
ModelFactory.createModelSet()
create a default in-memory ModelSet with no inferencing.
|
ModelSet |
ModelFactory.createModelSet(Properties p)
Create a ModelSet configured by the given properties.
|
ModelSet |
ModelFactory.createModelSet(Reasoning reasoning)
Create a default in-memory ModelSet with given inferencing.
|
Modifier and Type | Method and Description |
---|---|
ModelSet |
AbstractModelFactory.createModelSet() |
ModelSet |
AbstractModelFactory.createModelSet(Reasoning reasoning) |
Modifier and Type | Method and Description |
---|---|
ModelSet |
ModelSet.open()
Open connection to the underlying implementation
|
Modifier and Type | Method and Description |
---|---|
void |
ModelSet.addModelSet(ModelSet modelSet)
Adds a complete
ModelSet to this ModelSet. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelSetImpl |
class |
DelegatingModelSet |
class |
NotifyingModelSetLayer
Adds notifying capabilites to existing models.
|
Modifier and Type | Field and Description |
---|---|
protected ModelSet |
DelegatingModelSet.baseModelSet |
Modifier and Type | Method and Description |
---|---|
ModelSet |
DelegatingModelSet.getDelegatedModelSet() |
ModelSet |
DelegatingModelSet.open() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModelSetImpl.addModelSet(ModelSet modelSet) |
void |
DelegatingModelSet.addModelSet(ModelSet modelSet) |
Constructor and Description |
---|
DelegatingModelSet(ModelSet baseModelSet) |
NotifyingModelSetLayer(ModelSet modelset) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingModelSet
A Model that delegates to another Model and logs all calls to a SLF4j logger.
|
Modifier and Type | Method and Description |
---|---|
ModelSet |
LoggingModelSet.open() |
Modifier and Type | Method and Description |
---|---|
void |
LoggingModelSet.addModelSet(ModelSet modelSet) |
static void |
ModelUtils.copy(ModelSet source,
ModelSet target)
Copy data from the source modelset to the target modelset.
|
static Node |
RDFTool.getSingleValue(ModelSet m,
Resource res,
URI pred) |
static String |
RDFTool.getSingleValueString(ModelSet modelset,
Resource res,
URI pred)
read the values of a predicate of a resource.
|
static String |
RDFTool.modelToString(ModelSet modelset) |
static String |
RDFTool.modelToString(ModelSet modelset,
Syntax syntax)
convert a modelset to a string for serialization
|
static void |
ModelUtils.removeFrom(ModelSet source,
ModelSet target)
Remove data that is listed in the source modelset from the target
modelset.
|
Constructor and Description |
---|
LoggingModelSet(ModelSet modelset) |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryModelSet
A ModelSet implementation for the OpenRDF (Sesame) 2.0.1 API.
|
Modifier and Type | Method and Description |
---|---|
ModelSet |
RepositoryModelFactory.createModelSet(Properties properties) |
ModelSet |
RepositoryModelSet.open()
Prepares the RepositoryModelSet for operation.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryModelSet.addModelSet(ModelSet modelSet) |
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.