Package | Description |
---|---|
com.epimorphics.lda.bindings |
The bindings package contains classes representing the
bindings of linked-data-API variables.
|
com.epimorphics.lda.rdfq |
The RDFQ (RDF-Query) package contains classes to
assist in constucting SPARQL terms, triples, and queries.
|
Modifier and Type | Method and Description |
---|---|
Value |
Bindings.get(String name)
Answer the Value of the variable
name in this Bindings, or
null if it is not bound. |
Modifier and Type | Method and Description |
---|---|
Bindings |
Bindings.put(String name,
Value v)
Bind
name to the value v . |
Modifier and Type | Field and Description |
---|---|
static Value |
Value.emptyPlain |
Modifier and Type | Method and Description |
---|---|
static Value |
RDFQ.literal(double d) |
static Value |
RDFQ.literal(int i) |
static Value |
RDFQ.literal(String spelling) |
static Value |
RDFQ.literal(String spelling,
String language,
String datatype) |
Value |
Value.replaceBy(String vs)
Answer a new Value with the same language and datatype as this
one, but with a new lexical form aka valueString vs.
|
Copyright © 2014. All Rights Reserved.