|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.query.QueryNode
com.hp.hpl.jena.graph.query.QueryNode.Any
public static class QueryNode.Any
| 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. |
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 |
|---|
public QueryNode.Any()
| Method Detail |
|---|
public boolean matchOrBind(Domain d,
Node x)
QueryNode
matchOrBind in class QueryNodepublic String toString()
QueryNode
toString in class QueryNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||