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