Class RepairExample

java.lang.Object
org.tweetyproject.logics.pcl.examples.RepairExample

public class RepairExample extends Object
Example code illustrating the use of repairing approaches.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Main method demonstrating the repair of an inconsistent probabilistic conditional logic belief set.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RepairExample

      public RepairExample()
      Default Constructor
  • Method Details

    • main

      public static void main(String[] args) throws ParserException, IOException
      Main method demonstrating the repair of an inconsistent probabilistic conditional logic belief set.
      Parameters:
      args - Command line arguments (not used)
      Throws:
      ParserException - If an error occurs while parsing the probabilistic conditionals
      IOException - If an I/O error occurs during the repair process