com.hp.hpl.jena.sparql.engine.binding
Class BindingNamedVar

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.binding.BindingWrapped
      extended by com.hp.hpl.jena.sparql.engine.binding.BindingNamedVar
All Implemented Interfaces:
Binding

public class BindingNamedVar
extends BindingWrapped

A binding modifier that hides nondistinguished variables


Constructor Summary
BindingNamedVar(Binding other)
           
 
Method Summary
 com.hp.hpl.jena.graph.Node get(Var var)
          Return the object bound to a variable, or null
 java.util.Iterator<Var> vars()
          Iterate over all variables of this binding.
 
Methods inherited from class com.hp.hpl.jena.sparql.engine.binding.BindingWrapped
add, addAll, contains, equals, getParent, getWrapped, hashCode, isEmpty, size, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingNamedVar

public BindingNamedVar(Binding other)
Method Detail

vars

public java.util.Iterator<Var> vars()
Description copied from interface: Binding
Iterate over all variables of this binding.

Specified by:
vars in interface Binding
Overrides:
vars in class BindingWrapped

get

public com.hp.hpl.jena.graph.Node get(Var var)
Description copied from interface: Binding
Return the object bound to a variable, or null

Specified by:
get in interface Binding
Overrides:
get in class BindingWrapped


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.