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

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

public class Binding1
extends BindingBase

Special purpose binding for adding just one name/value slot.


Method Summary
 boolean contains1(Var n)
           
 com.hp.hpl.jena.graph.Node get1(Var v)
           
 java.util.Iterator<Var> vars1()
          Iterate over all the names of variables.
 
Methods inherited from class com.hp.hpl.jena.sparql.engine.binding.BindingBase
add, addAll, contains, equals, equals, format1, get, getParent, hashCode, hashCode, isEmpty, size, toString, toString1, vars
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

vars1

public java.util.Iterator<Var> vars1()
Iterate over all the names of variables.


contains1

public boolean contains1(Var n)

get1

public com.hp.hpl.jena.graph.Node get1(Var v)


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