Class GeneralizedMeMachineShop

  • All Implemented Interfaces:
    net.sf.tweety.commons.BeliefBaseMachineShop

    public class GeneralizedMeMachineShop
    extends Object
    implements net.sf.tweety.commons.BeliefBaseMachineShop
    Uses the generalized ME-model of a knowledge base to repair it, cf. [Potyka, Thimm, 2014].
    Author:
    Matthias Thimm
    • Constructor Detail

      • GeneralizedMeMachineShop

        public GeneralizedMeMachineShop​(int p)
        Creates a new machine shop with the given norm.
        Parameters:
        p - the p for the p-norm.
    • Method Detail

      • repair

        public net.sf.tweety.commons.BeliefBase repair​(net.sf.tweety.commons.BeliefBase beliefBase)
        Specified by:
        repair in interface net.sf.tweety.commons.BeliefBaseMachineShop