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

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

public class BindingProjectNamed
extends BindingProjectBase

Project only named variables (i.e. hide variables used because of bNodes or internally generated variables).


Constructor Summary
BindingProjectNamed(Binding bind)
           
 
Method Summary
 
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
 

Constructor Detail

BindingProjectNamed

public BindingProjectNamed(Binding bind)


Licenced under the Apache License, Version 2.0