Class QualifiedSemanticsReasonerExample
java.lang.Object
org.tweetyproject.arg.dung.examples.QualifiedSemanticsReasonerExample
Example on how to use the qualified and semi-qualified semantics reasoners.
- Author:
- Lars Bengel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DungTheory
example1()
Creates and returns an example of a Dung argumentation framework (Dung Theory).static DungTheory
example2()
Creates and returns an example of a Dung argumentation framework (Dung Theory).static DungTheory
example3()
Creates and returns an example of a Dung argumentation framework (Dung Theory).static void
Execute the example
-
Constructor Details
-
QualifiedSemanticsReasonerExample
public QualifiedSemanticsReasonerExample()
-
-
Method Details
-
main
-
example1
Creates and returns an example of a Dung argumentation framework (Dung Theory).This example consists of three arguments:
a
,b
, andc
.- Returns:
- A
DungTheory
object representing the defined argumentation framework.
-
example2
Creates and returns an example of a Dung argumentation framework (Dung Theory).- Returns:
- A
DungTheory
object representing the defined argumentation framework.
-
example3
Creates and returns an example of a Dung argumentation framework (Dung Theory).- Returns:
- A
DungTheory
object representing the defined argumentation framework.
-