Classes ======= The repository contains classes for the notions of argumentation theory, argumentation system, literal and rule by ASPIC+ definitions. Additionally, the :py:class:`~modules.argumentation.argumentation_theory.queryable.Queryable` class inherits from :py:class:`~modules.argumentation.argumentation_theory.literal.Literal`. Argumentation Theory -------------------- .. automodule:: modules.argumentation.argumentation_theory.argumentation_theory :members: :undoc-members: :show-inheritance: Argumentation System -------------------- .. automodule:: modules.argumentation.argumentation_theory.argumentation_system :members: :undoc-members: :show-inheritance: Literal ------- .. automodule:: modules.argumentation.argumentation_theory.literal :members: :undoc-members: :show-inheritance: Queryable -------------------- .. automodule:: modules.argumentation.argumentation_theory.queryable :members: :undoc-members: :show-inheritance: Rule -------------------- .. automodule:: modules.argumentation.argumentation_theory.rule :members: :undoc-members: :show-inheritance: