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