Package | Description |
---|---|
org.ontoware.rdf2go.model | |
org.ontoware.rdf2go.model.impl | |
org.ontoware.rdf2go.util | |
org.openrdf.rdf2go |
Modifier and Type | Method and Description |
---|---|
QuadPattern |
FindableModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
Modifier and Type | Method and Description |
---|---|
void |
NotifyingModelSet.addModelSetChangedListener(ModelChangedListener listener,
QuadPattern pattern) |
long |
FindableModelSet.countStatements(QuadPattern pattern) |
ClosableIterator<Statement> |
FindableModelSet.findStatements(QuadPattern pattern)
Search across all existing models
|
void |
ModelSetAddRemove.removeStatements(QuadPattern quadPattern)
Find all models matching the context of the pattern and remove all
matching triple patterms from them
|
Modifier and Type | Class and Description |
---|---|
class |
QuadPatternImpl
A statement with variables
|
Modifier and Type | Method and Description |
---|---|
QuadPattern |
DelegatingModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
Modifier and Type | Method and Description |
---|---|
void |
NotifyingModelSetLayer.addModelSetChangedListener(ModelChangedListener listener,
QuadPattern pattern) |
long |
AbstractModelSetImpl.countStatements(QuadPattern pattern) |
ClosableIterator<Statement> |
AbstractModelSetImpl.findStatements(QuadPattern pattern)
Inefficient: Looks into each model and asks to match the triplepattern
part of the quad pattern.
|
void |
AbstractModelSetImpl.removeStatements(QuadPattern quadPattern) |
Modifier and Type | Method and Description |
---|---|
QuadPattern |
LoggingModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
Modifier and Type | Method and Description |
---|---|
long |
LoggingModelSet.countStatements(QuadPattern pattern) |
ClosableIterator<Statement> |
LoggingModelSet.findStatements(QuadPattern pattern) |
void |
LoggingModelSet.removeStatements(QuadPattern quadPattern) |
Modifier and Type | Method and Description |
---|---|
QuadPattern |
RepositoryModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
Modifier and Type | Method and Description |
---|---|
ClosableIterator<Statement> |
RepositoryModelSet.findStatements(QuadPattern pattern) |
void |
RepositoryModelSet.removeStatements(QuadPattern pattern) |
Copyright © 2005–2017 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.