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

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.binding.BindingIndex
All Implemented Interfaces:
com.hp.hpl.jena.graph.query.IndexValues, com.hp.hpl.jena.graph.query.VariableIndexes

public class BindingIndex
extends Object
implements com.hp.hpl.jena.graph.query.VariableIndexes, com.hp.hpl.jena.graph.query.IndexValues

com.hp.hpl.jena.query.core.BindingIndex Convert between Bindings (the core main abstraction) and Jena's old style internal graph format.


Constructor Summary
BindingIndex(Binding b)
           
 
Method Summary
 Object get(int index)
           
 int indexOf(String varname)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingIndex

public BindingIndex(Binding b)
Method Detail

indexOf

public int indexOf(String varname)
Specified by:
indexOf in interface com.hp.hpl.jena.graph.query.VariableIndexes

get

public Object get(int index)
Specified by:
get in interface com.hp.hpl.jena.graph.query.IndexValues


Licenced under the Apache License, Version 2.0