Class RaPostulateExample
- java.lang.Object
-
- net.sf.tweety.arg.rankings.examples.RaPostulateExample
-
public class RaPostulateExample extends java.lang.Object
Example code for postulates for ranking semantics.- Author:
- Anna Gessler
-
-
Constructor Summary
Constructors Constructor Description RaPostulateExample()
-
Method Summary
Modifier and Type Method Description static void
BurdenExample()
static void
CategorizerExample()
static void
CountingExample()
static void
DiscussionExample()
static void
main(java.lang.String[] args)
static void
MTExample()
static void
SAFExample()
static void
TuplesExample()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
CategorizerExample
public static void CategorizerExample()
-
BurdenExample
public static void BurdenExample()
-
DiscussionExample
public static void DiscussionExample()
-
TuplesExample
public static void TuplesExample()
-
MTExample
public static void MTExample()
-
SAFExample
public static void SAFExample()
-
CountingExample
public static void CountingExample()
-
-