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

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

public class Bind
extends Element

Author:
hedgehog

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

Constructor Detail

Bind

public Bind(int n)
Method Detail

accepts

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

toString

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


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