public class ConjunctiveState extends QueryState<ReasonerQueryImpl>
Query state corresponding to a conjunctive query (ReasonerQueryImpl) in the resolution tree.
| Constructor and Description |
|---|
ConjunctiveState(ReasonerQueryImpl q,
Answer sub,
Unifier u,
QueryStateBase parent,
Set<ReasonerAtomicQuery> visitedSubGoals,
QueryCache<ReasonerAtomicQuery> cache) |
generateSubGoalgetUnifiergetSubstitution, isAnswerState, isTopStatepublic ConjunctiveState(ReasonerQueryImpl q, Answer sub, Unifier u, QueryStateBase parent, Set<ReasonerAtomicQuery> visitedSubGoals, QueryCache<ReasonerAtomicQuery> cache)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.