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

java.lang.Object
  extended bycom.hp.hpl.jena.graph.query.Element
Direct Known Subclasses:
Bind, Bound, Fixed, Variable

public class Element
extends java.lang.Object

Author:
hedgehog

Field Summary
static Element ANY
           
 
Method Summary
 boolean accepts(Domain d, Node n)
           
 Node asNode(Domain d)
           
 int getIndex()
           
 void matched(Domain d, java.lang.Object x)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY

public static final Element ANY
Method Detail

getIndex

public int getIndex()

accepts

public boolean accepts(Domain d,
                       Node n)

matched

public void matched(Domain d,
                    java.lang.Object x)

asNode

public Node asNode(Domain d)

toString

public java.lang.String toString()


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