public class NotProposition extends AbstractProposition implements UnarySentenceProposition
| Constructor and Description |
|---|
NotProposition(Proposition prop) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
holds(java.util.Map<RandomVariable,java.lang.Object> possibleWorld)
Determine whether or not the proposition holds in a particular possible
world.
|
java.lang.String |
toString() |
addScope, addScope, addUnboundScope, addUnboundScope, getScope, getUnboundScopeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetScope, getUnboundScopepublic NotProposition(Proposition prop)
public boolean holds(java.util.Map<RandomVariable,java.lang.Object> possibleWorld)
Propositionholds in interface Propositionholds in class AbstractPropositionpossibleWorld - A possible world is defined to be an assignment of values to
all of the random variables under consideration.public java.lang.String toString()
toString in class java.lang.Object