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

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.BindingProject
All Implemented Interfaces:
Binding

public class BindingProject
extends BindingProjectBase

Project a binding, given a specific collection of visible variables


Constructor Summary
BindingProject(Collection<Var> vars, 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

BindingProject

public BindingProject(Collection<Var> vars,
                      Binding bind)


Licenced under the Apache License, Version 2.0