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

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

public class Fixed
extends Element

Author:
hedgehog

Field Summary
 
Fields inherited from class com.hp.hpl.jena.graph.query.Element
ANY
 
Constructor Summary
Fixed(Node x)
           
 
Method Summary
 boolean accepts(Domain d, Node x)
           
 Node asNode(Domain d)
           
 Node getValue()
           
 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

Fixed

public Fixed(Node x)
Method Detail

getValue

public Node getValue()

toString

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

accepts

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

asNode

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


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