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

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.binding.BindingBase
      extended by com.hp.hpl.jena.sparql.engine.binding.Binding0
All Implemented Interfaces:
Binding
Direct Known Subclasses:
BindingRoot

public class Binding0
extends BindingBase

Special purpose binding for nothing. Surprisingly useful.


Method Summary
 boolean contains1(Var var)
           
 com.hp.hpl.jena.graph.Node get1(Var var)
           
 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 var)

get1

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


Licenced under the Apache License, Version 2.0