|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Binding
Interface encapsulating a mapping from a name to a value.
| 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 key)
|
boolean |
contains(Var var)
Test whether a variable is bound to some object |
com.hp.hpl.jena.graph.Node |
get(Var var)
Return the object bound to a variable, or null |
Binding |
getParent()
|
boolean |
isEmpty()
Is this an empty binding? No variables. |
int |
size()
Number of (var, value) pairs. |
Iterator<Var> |
vars()
Iterate over all variables of this binding. |
| Method Detail |
|---|
Binding getParent()
void add(Var var,
com.hp.hpl.jena.graph.Node node)
Iterator<Var> vars()
boolean contains(Var var)
com.hp.hpl.jena.graph.Node get(Var var)
int size()
boolean isEmpty()
void addAll(Binding key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||