public abstract class AbstractInterpretation extends java.lang.Object implements Interpretation
| Constructor and Description |
|---|
AbstractInterpretation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(java.util.Collection<? extends Formula> 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<? extends Formula> formulas) throws java.lang.IllegalArgumentException
satisfies in interface Interpretationformulas - a collection of formulas.java.lang.IllegalArgumentException - if at least one formula does not correspond
to the expected language.