K - the type of the belief name.public class PropositionalBeliefValueGoal<K> extends BeliefValueGoal<K,java.lang.Boolean>
| Constructor and Description |
|---|
PropositionalBeliefValueGoal()
Default constructor.
|
PropositionalBeliefValueGoal(K beliefName,
java.lang.Boolean value)
Creates a new PropositionalBeliefValueGoal with the provided belief name
and a boolean value.
|
equals, getBeliefName, getValue, hashCode, isAchieved, setBeliefName, setValue, toStringpublic PropositionalBeliefValueGoal()
public PropositionalBeliefValueGoal(K beliefName, java.lang.Boolean value)
beliefName - the belief name.value - the boolean value that is target of this goal.