Class RecursiveExtendedTheoryExample
java.lang.Object
org.tweetyproject.arg.extended.examples.RecursiveExtendedTheoryExample
This class provides an example demonstrating the usage of Recursive Extended Argumentation Frameworks
with standard and extended attacks.
The example constructs a recursive extended theory and adds various arguments and attacks,
both standard and recursive. It also computes the complete extensions of the theory.
- Author:
- Lars Bengel
-
Constructor Summary
ConstructorDescriptionDefault constructor for theRecursiveExtendedTheoryExample
class. -
Method Summary
-
Constructor Details
-
RecursiveExtendedTheoryExample
public RecursiveExtendedTheoryExample()Default constructor for theRecursiveExtendedTheoryExample
class. This constructor does not perform any specific initialization but is explicitly provided to adhere to good coding practices.
-
-
Method Details
-
main
The main method demonstrating how to construct a Recursive Extended Theory, add arguments, standard attacks, and extended attacks, and compute the complete extensions.- Parameters:
args
- command line arguments (not used in this example)
-