com.hp.hpl.jena.graph.query
Interface VariableIndexes

All Known Implementing Classes:
Mapping

public interface VariableIndexes

VariableIndexes: a mapping from variable names to their offsets in some table of variable values.

Author:
kers

Method Summary
 int indexOf(java.lang.String name)
          Answer the index of name, or throw an exception if that name is not bound in this mapping.
 

Method Detail

indexOf

int indexOf(java.lang.String name)
Answer the index of name, or throw an exception if that name is not bound in this mapping.



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP