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 SummaryConstructorsConstructorDescriptionDefault constructor for theRecursiveExtendedTheoryExampleclass.
- 
Method Summary
- 
Constructor Details- 
RecursiveExtendedTheoryExamplepublic RecursiveExtendedTheoryExample()Default constructor for theRecursiveExtendedTheoryExampleclass. This constructor does not perform any specific initialization but is explicitly provided to adhere to good coding practices.
 
- 
- 
Method Details- 
mainThe 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)
 
 
-