org.deri.iris.evaluation.topdown
Class QueryWithSubstitution
java.lang.Object
org.deri.iris.evaluation.topdown.QueryWithSubstitution
public class QueryWithSubstitution
- extends Object
A query with an associated substitution form a branch/subgoal in
a top-down evaluation tree.
- Author:
- gigi
QueryWithSubstitution
public QueryWithSubstitution()
QueryWithSubstitution
public QueryWithSubstitution(IQuery query,
Map<IVariable,ITerm> substitution)
getQuery
public IQuery getQuery()
getSubstitution
public Map<IVariable,ITerm> getSubstitution()
toString
public String toString()
- Overrides:
toString in class Object