Class LdoInterpretation

  • All Implemented Interfaces:
    net.sf.tweety.commons.Interpretation<DungTheory,​LdoFormula>

    public class LdoInterpretation
    extends net.sf.tweety.commons.AbstractInterpretation<DungTheory,​LdoFormula>
    This class models an LDO interpretation, i.e., a pair of an argumentation framework and (possibly) an extension.
    Author:
    Matthias Thimm
    • Constructor Detail

      • LdoInterpretation

        public LdoInterpretation​(DungTheory theory,
                                 Extension ext,
                                 Semantics semantics)
        Creates a new interpretation
        Parameters:
        theory - an abstract argumentation framework
        ext - an extension (possibly null)
        semantics - the used semantics (see net.sf.tweety.arg.dung.semantics.Semantics)
      • LdoInterpretation

        public LdoInterpretation​(DungTheory theory,
                                 Semantics semantics)
        Creates a new interpretation
        Parameters:
        theory - an abstract argumentation framework
        semantics - the used semantics (see net.sf.tweety.arg.dung.semantics.Semantics)