public interface Proposition
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RandomVariable> |
getScope() |
java.util.Set<RandomVariable> |
getUnboundScope() |
boolean |
holds(java.util.Map<RandomVariable,java.lang.Object> possibleWorld)
Determine whether or not the proposition holds in a particular possible
world.
|
java.util.Set<RandomVariable> getScope()
java.util.Set<RandomVariable> getUnboundScope()
boolean holds(java.util.Map<RandomVariable,java.lang.Object> possibleWorld)
possibleWorld - A possible world is defined to be an assignment of values to
all of the random variables under consideration.