public abstract class AbstractInterpretation<B extends BeliefBase,S extends Formula> extends java.lang.Object implements Interpretation<B,S>
| Constructor and Description |
|---|
AbstractInterpretation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(java.util.Collection<S> formulas)
Checks whether this interpretation satisfies all given formulas.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsatisfies, satisfiespublic boolean satisfies(java.util.Collection<S> formulas) throws java.lang.IllegalArgumentException
satisfies in interface Interpretation<B extends BeliefBase,S extends Formula>formulas - a collection of formulas.java.lang.IllegalArgumentException - if at least one formula does not correspond
to the expected language.