Uses of Interface
edu.uky.ai.logic.MutableState
Packages that use MutableState
-
Uses of MutableState in edu.uky.ai.logic
Classes in edu.uky.ai.logic that implement MutableStateModifier and TypeClassDescriptionclassAn implementation ofMutableStatethat uses aHashMapto keep track of which atoms are true.Methods in edu.uky.ai.logic with parameters of type MutableStateModifier and TypeMethodDescriptiondefault voidAtom.makeTrue(MutableState state) voidConjunction.makeTrue(MutableState state) voidDisjunction.makeTrue(MutableState state) voidImplication.makeTrue(MutableState state) voidNegatedAtom.makeTrue(MutableState state) voidNegation.makeTrue(MutableState state) voidProposition.makeTrue(MutableState state) Modifies the given state object to make this proposition true.