| java.lang.Object com.hp.hpl.jena.graph.query.SlotValuator
SlotValuator | public class SlotValuator implements Valuator(Code) | | A SlotValuator evaluates to a specific slot in the index values
bindings.
author: hedgehog |
Constructor Summary | |
public | SlotValuator(int index) Initialise this SlotValuator with the index to use for lookup. |
Method Summary | |
public boolean | evalBool(IndexValues iv) Answer the primitive boolean value of the index th
element of the index value bindings, which must be a
Boolean value. | public Object | evalObject(IndexValues iv) Answer the value of the index th element of the
index values bindings. |
SlotValuator | public SlotValuator(int index)(Code) | | Initialise this SlotValuator with the index to use for lookup.
|
evalBool | public boolean evalBool(IndexValues iv)(Code) | | Answer the primitive boolean value of the index th
element of the index value bindings, which must be a
Boolean value.
|
evalObject | public Object evalObject(IndexValues iv)(Code) | | Answer the value of the index th element of the
index values bindings.
|
|
|