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)
           
 Iterator<Var> vars1()
          Iterate over all the names of variables.
 
Methods inherited from class com.hp.hpl.jena.sparql.engine.binding.BindingBase
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 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)


Licenced under the Apache License, Version 2.0