Uses of Class
eu.larkc.core.pluginregistry.query.Value

Packages that use Value
eu.larkc.core.pluginregistry.query   
 

Uses of Value in eu.larkc.core.pluginregistry.query
 

Methods in eu.larkc.core.pluginregistry.query that return Value
static Value Value.getBNode(java.lang.String bnodeId)
           
static Value Value.getLiteral(java.lang.String val)
           
static Value Value.getLiteral(java.lang.String val, java.lang.String dataType)
           
static Value Value.getLiteral(java.lang.String val, java.lang.String dataType, java.lang.String lang)
           
static Value Value.getUri(java.lang.String uri)
           
 Value Binding.getValue()
           
static Value Value.getVariable(java.lang.String variableName)
           
 

Constructors in eu.larkc.core.pluginregistry.query with parameters of type Value
Binding(java.lang.String _name, Value _value)