public interface FindableModelSet
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Statement s) |
boolean |
containsStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
long |
countStatements(QuadPattern pattern) |
QuadPattern |
createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
ClosableIterator<Statement> |
findStatements(QuadPattern pattern)
Search across all existing models
|
ClosableIterator<Statement> |
findStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
Search across all existing models
|
ClosableIterator<Statement> findStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) throws ModelRuntimeException
contextURI
- subject
- predicate
- object
- ModelRuntimeException
ClosableIterator<Statement> findStatements(QuadPattern pattern) throws ModelRuntimeException
pattern
- ModelRuntimeException
boolean containsStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) throws ModelRuntimeException
contextURI
- subject
- predicate
- object
- ModelRuntimeException
boolean contains(Statement s) throws ModelRuntimeException
s
- a StatementModelRuntimeException
long countStatements(QuadPattern pattern) throws ModelRuntimeException
pattern
- ModelRuntimeException
QuadPattern createQuadPattern(UriOrVariable context, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
context
- subject
- predicate
- object
- Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.