public class LdoInterpretation
extends net.sf.tweety.commons.AbstractInterpretation
| 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(net.sf.tweety.commons.BeliefBase beliefBase) |
boolean |
satisfies(net.sf.tweety.commons.Formula 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(net.sf.tweety.commons.Formula formula)
throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean satisfies(net.sf.tweety.commons.BeliefBase beliefBase)
throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2018. All rights reserved.