QueryNode.Any, QueryNode.Bind, QueryNode.Bound, QueryNode.Fixed, QueryNode.JustBound, QueryNode.MustNotMatchException
Constructor and Description |
---|
QueryNode.Any() |
Modifier and Type | Method and Description |
---|---|
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.
|
public boolean matchOrBind(Domain d, Node x)
QueryNode
matchOrBind
in class QueryNode
Licenced under the Apache License, Version 2.0