Package | Description |
---|---|
org.ontoware.rdf2go.model | |
org.ontoware.rdf2go.model.impl | |
org.ontoware.rdf2go.model.node | |
org.ontoware.rdf2go.model.node.impl | |
org.ontoware.rdf2go.util | |
org.openrdf.rdf2go |
Modifier and Type | Method and Description |
---|---|
UriOrVariable |
QuadPattern.getContext() |
UriOrVariable |
TriplePattern.getPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
FindableModel.contains(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
boolean |
FindableModel.contains(ResourceOrVariable subject,
UriOrVariable predicate,
String plainLiteral)
Convenience function.
|
boolean |
FindableModelSet.containsStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
QuadPattern |
FindableModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
TriplePattern |
FindableModel.createTriplePattern(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
ClosableIterator<Statement> |
FindableModel.findStatements(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
get all statements in the model with this subject, predicate and object.
|
ClosableIterator<Statement> |
FindableModelSet.findStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
Search across all existing models
|
void |
ModelRemovePatterns.removeStatements(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
remove a (subject, property ,object)-statement from the model
|
void |
ModelSetAddRemove.removeStatements(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
Find all models matching the context, and remove all (subject, property
,object)-statements from these model
|
Modifier and Type | Method and Description |
---|---|
UriOrVariable |
QuadPatternImpl.getContext() |
UriOrVariable |
TriplePatternImpl.getPredicate() |
Constructor and Description |
---|
QuadPatternImpl(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
TriplePatternImpl(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
TriplePatternImpl(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object,
TriplePatternImpl.SPO extract) |
Modifier and Type | Interface and Description |
---|---|
interface |
URI
Interface for URI implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
Variable
This variable models wild-cards in triple pattern queries.
|
Modifier and Type | Class and Description |
---|---|
class |
URIImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryModelSet.containsStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
QuadPattern |
RepositoryModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
ClosableIterator<Statement> |
RepositoryModel.findStatements(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
ClosableIterator<Statement> |
RepositoryModelSet.findStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
void |
RepositoryModelSet.removeStatements(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.