Class StructuredArgumentationFramework

    • Constructor Detail

      • StructuredArgumentationFramework

        public StructuredArgumentationFramework()
        Creates a new empty structured argumentation framework.
    • Method Detail

      • getAllPropositions

        public java.util.Collection<Proposition> getAllPropositions()
      • isAttackedBy

        public boolean isAttackedBy​(Argument arg1,
                                    Argument arg2)
        Description copied from class: DungTheory
        Checks whether arg1 is attacked by arg2.
        Overrides:
        isAttackedBy in class DungTheory
        Parameters:
        arg1 - an argument.
        arg2 - an argument.
        Returns:
        "true" if arg1 is attacked by arg2
      • toDungTheory

        public DungTheory toDungTheory()
        Constructs a (pure) Dung theory from this structured argumentation framework. The set of arguments of this theory comprises of all possible argument structures of this framework, and the attack relation is determined by their attack relation.
        Returns:
        a Dung theory.