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