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 DungTheoryexample1()Creates and returns an example of a Dung argumentation framework (Dung Theory).static DungTheoryexample2()Creates and returns an example of a Dung argumentation framework (Dung Theory).static DungTheoryexample3()Creates and returns an example of a Dung argumentation framework (Dung Theory).static voidExecute 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
DungTheoryobject representing the defined argumentation framework.
-
example2
Creates and returns an example of a Dung argumentation framework (Dung Theory).- Returns:
- A
DungTheoryobject representing the defined argumentation framework.
-
example3
Creates and returns an example of a Dung argumentation framework (Dung Theory).- Returns:
- A
DungTheoryobject representing the defined argumentation framework.
-