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) voidparseContext(String line) Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-