Class CredibilityRevision.DefaultBehavior

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultBehavior()  
    • Method Summary

      Modifier and Type Method Description
      net.sf.tweety.lp.asp.syntax.Program process​(List<net.sf.tweety.lp.asp.syntax.Program> orderedPrograms, Collection<net.sf.tweety.lp.asp.semantics.AnswerSet> answersets)
      The method takes the list of ordered programs and the answer set of the credibility logic program and calculates a revided program
    • Constructor Detail

      • DefaultBehavior

        public DefaultBehavior()
    • Method Detail

      • process

        public net.sf.tweety.lp.asp.syntax.Program process​(List<net.sf.tweety.lp.asp.syntax.Program> orderedPrograms,
                                                           Collection<net.sf.tweety.lp.asp.semantics.AnswerSet> answersets)
        Description copied from interface: CredibilityRevision.AnswersetProcessing
        The method takes the list of ordered programs and the answer set of the credibility logic program and calculates a revided program
        Specified by:
        process in interface CredibilityRevision.AnswersetProcessing
        Parameters:
        orderedPrograms - List of programs used for revision process
        answersets - The answer sets processed by the credibility version of the program
        Returns:
        The revided program