All Implemented Interfaces:
Map<Argument,ArgumentStatus>, Interpretation

public class Input extends Labeling
Implementation of the input labeling (here called example) as an extension of normal labeling i.e. a labeling with its corresponding semantics
Author:
Lars Bengel
  • Constructor Details

    • Input

      public Input(DungTheory theory, Extension extension, Semantics semantics)
      initialize input labeling from the given extension
      Parameters:
      theory - some argumentation framework
      extension - some extension
      semantics - the semantics of the extension
    • Input

      public Input()
      simple constructor
  • Method Details

    • getSemantics

      public Semantics getSemantics()
      return the semantics of this input labeling
      Returns:
      the semantics
    • setSemantics

      public void setSemantics(Semantics semantics)
      set the semantics of this labeling
      Parameters:
      semantics - a semantics
    • toString

      public String toString()
      Overrides:
      toString in class Labeling