| java.lang.Object com.hp.hpl.jena.graph.query.Element com.hp.hpl.jena.graph.query.Bound
Bound | public class Bound extends Element (Code) | | An element which represents an already-bound variable.
author: hedgehog |
Constructor Summary | |
public | Bound(int n) Initialise a Bound element: remember n as it is the index into the
Domain at which its value is stored. |
Bound | public Bound(int n)(Code) | | Initialise a Bound element: remember n as it is the index into the
Domain at which its value is stored.
|
match | public boolean match(Domain d, Node x)(Code) | | Answer true iff the node x matches the previously-seen value at
Donain[index]. The matching uses datatype-value semantics, implemented by
Node::sameValueAs() .
|
|
|