Package | Description |
---|---|
com.epimorphics.lda.bindings |
The bindings package contains classes representing the
bindings of linked-data-API variables.
|
Modifier and Type | Class and Description |
---|---|
class |
Bindings
A Bindings maps variables (identified by their string names) to their Value
(a lexical form with type & language annotation).
|
Modifier and Type | Method and Description |
---|---|
static Lookup |
Lookup.Util.asLookup(Map<String,String> bindings)
Wraps a String-String map as a Lookup.
|
Modifier and Type | Method and Description |
---|---|
static String |
Bindings.expandVariables(Lookup values,
String s)
Expands the string
s by replacing any occurrence of
{wossname} by the value of wossname as given by the Lookup
values . |
Copyright © 2014. All Rights Reserved.