public class LdoInterpretation extends net.sf.tweety.commons.AbstractInterpretation<DungTheory,LdoFormula>
| Constructor and Description |
|---|
LdoInterpretation(DungTheory theory,
Extension ext,
Semantics semantics)
Creates a new interpretation
|
LdoInterpretation(DungTheory theory,
Semantics semantics)
Creates a new interpretation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(DungTheory beliefBase) |
boolean |
satisfies(LdoFormula formula) |
public LdoInterpretation(DungTheory theory, Extension ext, Semantics semantics)
theory - an abstract argumentation frameworkext - an extension (possibly null)semantics - the used semantics (see net.sf.tweety.arg.dung.semantics.Semantics)public LdoInterpretation(DungTheory theory, Semantics semantics)
theory - an abstract argumentation frameworksemantics - the used semantics (see net.sf.tweety.arg.dung.semantics.Semantics)public boolean satisfies(LdoFormula formula) throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean satisfies(DungTheory beliefBase) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2019. All rights reserved.