Class EvidentialAcceptability
java.lang.Object
org.tweetyproject.arg.bipolar.examples.EvidentialAcceptability
Demonstrates the use of evidential argumentation frameworks.
This example shows how to construct an instance of EvidentialArgumentationFramework
,
add arguments, support, and attack relationships, and check the acceptability of arguments
with respect to a given set of arguments.
It also prints the framework in a human-readable format.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EvidentialAcceptability
public EvidentialAcceptability()Default Constructor
-
-
Method Details
-
main
The entry point of the example program. Constructs anEvidentialArgumentationFramework
instance, adds arguments, defines support and attack relationships, specifies prima facie arguments, and checks the acceptability of various arguments with respect to a specified set of arguments.- Parameters:
args
- command-line arguments (not used in this example)
-