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. |
indexOf
public 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-2003 Hewlett-Packard. All Rights Reserved.