|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.query.ValuatorVariable
Constructor Summary | |
ValuatorVariable(int index)
construct a valuator that represents the index'th variable in the environment. |
Method Summary | |
Node |
eval(Domain d)
return the value in our slot [as passed in to the constructor] |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValuatorVariable(int index)
Method Detail |
public Node eval(Domain d)
eval
in interface Valuator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |