public interface ProvaCacheState
| Modifier and Type | Method and Description |
|---|---|
void |
addGoal(ProvaGoal goal) |
boolean |
addSolution(ProvaCacheStateImpl.ProvaCacheAnswerKey key,
ProvaList literalList) |
ProvaCacheStateImpl.ProvaCacheAnswerKey |
getCacheAnswerKey(ProvaList literalList,
java.util.List<ProvaVariable> variables) |
ProvaGoal |
getGoal() |
java.util.List<ProvaGoal> |
getGoals() |
java.util.Collection<ProvaList> |
getSolutions() |
boolean |
isComplete() |
boolean |
isOpen() |
void |
markCompletion() |
void |
setOpen(boolean open) |
java.util.Collection<ProvaList> getSolutions()
void setOpen(boolean open)
boolean isOpen()
boolean isComplete()
ProvaGoal getGoal()
ProvaCacheStateImpl.ProvaCacheAnswerKey getCacheAnswerKey(ProvaList literalList, java.util.List<ProvaVariable> variables)
boolean addSolution(ProvaCacheStateImpl.ProvaCacheAnswerKey key, ProvaList literalList)
java.util.List<ProvaGoal> getGoals()
void addGoal(ProvaGoal goal)
void markCompletion()
Copyright © 2019. All Rights Reserved.