com.hp.hpl.jena.sparql.engine.binding
Class BindingIndex
java.lang.Object
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 java.lang.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.
|
Method Summary |
java.lang.Object |
get(int index)
|
int |
indexOf(java.lang.String varname)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingIndex
public BindingIndex(Binding b)
indexOf
public int indexOf(java.lang.String varname)
- Specified by:
indexOf in interface com.hp.hpl.jena.graph.query.VariableIndexes
get
public java.lang.Object get(int index)
- Specified by:
get in interface com.hp.hpl.jena.graph.query.IndexValues
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.