com.hp.hpl.jena.sparql.engine.binding
Interface BindingMutable

All Superinterfaces:
Binding

public interface BindingMutable
extends 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 key)
          Add all the var/node pairs from another binding
 
Methods inherited from interface com.hp.hpl.jena.sparql.engine.binding.Binding
contains, get, isEmpty, size, vars
 

Method Detail

add

void add(Var var,
         com.hp.hpl.jena.graph.Node node)
Add a (var, value) pair - the value must not be null


addAll

void addAll(Binding key)
Add all the var/node pairs from another binding



Licenced under the Apache License, Version 2.0