Class CheckIfSelfSupportingExample
java.lang.Object
org.tweetyproject.arg.bipolar.examples.CheckIfSelfSupportingExample
This class demonstrates the use of the
EAFTheory
class to check for self-supporting sets of arguments.
In this example, an extended argumentation framework (EAF) is created with a set of arguments and supports/attacks between them.
The goal is to check whether certain sets of arguments are self-supporting using the checkIsSelfSupporting
method
of the EAFTheory
class.
- Author:
- Your Name
-
Constructor Summary
ConstructorDescriptionDefault constructor for theCheckIfSelfSupportingExample
class. -
Method Summary
-
Constructor Details
-
CheckIfSelfSupportingExample
public CheckIfSelfSupportingExample()Default constructor for theCheckIfSelfSupportingExample
class. Initializes an instance of this class, though it currently has no specific initialization logic.
-
-
Method Details
-
main
-