Class DefeasibleInferenceRule<T extends Invertable>

  • Type Parameters:
    T - is the type of the language that the ASPIC theory's rules range over
    All Implemented Interfaces:
    Formula, Rule<T,​T>

    public class DefeasibleInferenceRule<T extends Invertable>
    extends InferenceRule<T>
    Author:
    Nils Geilen Defeasible implementation of InferenceRule<T>
    • Constructor Detail

      • DefeasibleInferenceRule

        public DefeasibleInferenceRule()
        Constructs an empty instance
      • DefeasibleInferenceRule

        public DefeasibleInferenceRule​(T conclusion,
                                       java.util.Collection<T> premise)
        Constructs a defeasible inference rule p => c
        Parameters:
        conclusion - ^= p
        premise - ^= c