Class ExtensionRankingExample
java.lang.Object
org.tweetyproject.arg.dung.examples.ExtensionRankingExample
Example on how to use the OrderingSemanticsReasoner.
- Author:
- Lars Bengel
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtensionRankingExample
public ExtensionRankingExample()Creates a new extension ranking example.
-
-
Method Details
-
main
public static void main(String[] args) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException Shows extension ranks of a theory for the respective semantic.- Parameters:
args- command-line arguments- Throws:
NoSuchMethodException- if a required method cannot be foundIllegalAccessException- if reflective access failsInvocationTargetException- if reflective invocation fails
-