com.hp.hpl.jena.graph.query
Class QueryNode.Any

java.lang.Object
  extended by com.hp.hpl.jena.graph.query.QueryNode
      extended by com.hp.hpl.jena.graph.query.QueryNode.Any
Enclosing class:
QueryNode

public static class QueryNode.Any
extends QueryNode


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.graph.query.QueryNode
QueryNode.Any, QueryNode.Bind, QueryNode.Bound, QueryNode.Fixed, QueryNode.JustBound, QueryNode.MustNotMatchException
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.graph.query.QueryNode
factory, index, NO_INDEX, node
 
Constructor Summary
QueryNode.Any()
           
 
Method Summary
 boolean matchOrBind(Domain d, Node x)
          Optimisation: the action to be performed when matching a just-bound variable or binding a newly-bound variable, or nothing for any other kind of QueryNode.
 java.lang.String toString()
          Return a handy string representation for debugging purposes.
 
Methods inherited from class com.hp.hpl.jena.graph.query.QueryNode
classify, finder, isFrozen, match, mustMatch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryNode.Any

public QueryNode.Any()
Method Detail

matchOrBind

public boolean matchOrBind(Domain d,
                           Node x)
Description copied from class: QueryNode
Optimisation: the action to be performed when matching a just-bound variable or binding a newly-bound variable, or nothing for any other kind of QueryNode.

Specified by:
matchOrBind in class QueryNode

toString

public java.lang.String toString()
Description copied from class: QueryNode
Return a handy string representation for debugging purposes. Not for machine consumption.

Overrides:
toString in class QueryNode


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP