Package | Description |
---|---|
eu.fbk.knowledgestore |
KnowledgeStore core API (
ks-core ). |
eu.fbk.knowledgestore.data |
Data objects and supporting classes (
ks-core ). |
eu.fbk.knowledgestore.triplestore |
TripleStore server-side component API (ks-server ). |
Modifier and Type | Method and Description |
---|---|
Operation.Count |
Operation.Count.condition(String condition,
Object... arguments) |
Operation.Retrieve |
Operation.Retrieve.condition(String condition,
Object... arguments) |
Operation.Update |
Operation.Update.condition(String condition,
Object... arguments) |
Operation.Delete |
Operation.Delete.condition(String condition,
Object... arguments) |
Operation.Match |
Operation.Match.condition(org.openrdf.model.URI component,
String condition,
Object... arguments) |
Operation.Merge |
Operation.Merge.criteria(String criteria) |
Operation.Update |
Operation.Update.criteria(String criteria) |
Constructor and Description |
---|
Sparql(Map<String,String> namespaces,
String expression,
Object... arguments)
Creates a new
Sparql operation instance (to be used in Session
implementations). |
SparqlDelete(Map<String,String> namespaces) |
SparqlUpdate(Map<String,String> namespaces) |
Modifier and Type | Method and Description |
---|---|
static XPath |
XPath.parse(Map<String,String> namespaces,
String expression,
Object... values)
Creates a new
XPath expression based on the namespace mappings and the expression
string specified, with optional $$ placeholders replaced by supplied values. |
static Criteria |
Criteria.parse(String string,
Map<String,String> namespaces)
Parses the supplied string specification of a merge criteria, returning the parsed
Criteria object. |
static XPath |
XPath.parse(String string,
Object... values)
Creates a new
XPath expression based on the expression string specified with
optional $$ placeholders replaced by supplied values. |
static org.openrdf.model.Value |
Data.parseValue(String string,
Map<String,String> namespaces)
Parses an RDF value out of a string.
|
Modifier and Type | Method and Description |
---|---|
static SelectQuery |
SelectQuery.from(String string)
Returns a SelectQuery for the specified SPARQL SELECT query string.
|
static SelectQuery |
SelectQuery.from(org.openrdf.query.algebra.TupleExpr expression,
org.openrdf.query.Dataset dataset)
Returns an SelectQuery for the algebraic expression and optional dataset
specified.
|
Copyright © 2015–2016 FBK-irst. All rights reserved.