Package edu.tufts.hrilab.slug.pragmatics
Class PragRuleProverSet
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<PragRuleProver>
,Collection<PragRuleProver>
,Set<PragRuleProver>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckDialogueApplicability
(List<Utterance> dialogHistory) checkPropertyApplicability
(List<Map<Variable, Symbol>> bindings, Utterance utt, List<List<Term>> contextList) findApplicableRules
(Term propToConvey) findApplicableRules
(Set<Term> propsToConvey) void
parseContext
(String line) Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
log
protected org.slf4j.Logger log
-
-
Constructor Details
-
PragRuleProverSet
public PragRuleProverSet()
-
-
Method Details
-
getEnvContext
-
getPropertyContext
-
getDialogContext
-
parseContext
-
checkPropertyApplicability
-
checkEnvironmentalApplicability
-
checkDialogueApplicability
-
findApplicableRules
-
findApplicableRules
-