com.hp.hpl.jena.graph.query
Class Bound

java.lang.Object
  extended bycom.hp.hpl.jena.graph.query.Element
      extended bycom.hp.hpl.jena.graph.query.Bound

public class Bound
extends Element

Author:
hedgehog

Field Summary
 
Fields inherited from class com.hp.hpl.jena.graph.query.Element
ANY
 
Constructor Summary
Bound(int n)
           
 
Method Summary
 boolean accepts(Domain d, Node x)
           
 Node asNode(Domain d)
           
 java.lang.String toString()
           
 
Methods inherited from class com.hp.hpl.jena.graph.query.Element
getIndex, matched
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bound

public Bound(int n)
Method Detail

accepts

public boolean accepts(Domain d,
                       Node x)
Overrides:
accepts in class Element

asNode

public Node asNode(Domain d)
Overrides:
asNode in class Element

toString

public java.lang.String toString()
Overrides:
toString in class Element


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.