|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingMap
Bindings are immutable, and are equal-by-value, but they have to be constructed somehow and this interface captures that. Bindings should be created, then not changed, and returned as type "Binding".
Method Summary | |
---|---|
void |
add(Var var,
com.hp.hpl.jena.graph.Node node)
Add a (var, value) pair - the value must not be null |
void |
addAll(Binding other)
Add all the (var, value) pairs from another binding |
Methods inherited from interface com.hp.hpl.jena.sparql.engine.binding.Binding |
---|
contains, get, isEmpty, size, vars |
Method Detail |
---|
void add(Var var, com.hp.hpl.jena.graph.Node node)
void addAll(Binding other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |