Class StrictInferenceRule<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 StrictInferenceRule<T extends Invertable>
    extends InferenceRule<T>
    Author:
    Nils Geilen Indefeasible implementation of InferenceRule<T>
    • Constructor Detail

      • StrictInferenceRule

        public StrictInferenceRule()
        Constructs an empty instance
      • StrictInferenceRule

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