Class LastLinkOrder<T extends net.sf.tweety.logics.commons.syntax.interfaces.Invertable>

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

    public class LastLinkOrder<T extends net.sf.tweety.logics.commons.syntax.interfaces.Invertable>
    extends Object
    implements Comparator<AspicArgument<T>>
    Author:
    Nils Geilen A comparator for Aspic Arguments, that compares the set of topmost deafeasible rules
    • Constructor Detail

      • LastLinkOrder

        public LastLinkOrder​(Comparator<InferenceRule<T>> rule_comp,
                             Comparator<InferenceRule<T>> prem_comp,
                             boolean elitist)
        Constructs a new last link ordering
        Parameters:
        rule_comp - comparator for defeasible rules
        prem_comp - comparator for ordinary premises
        elitist - some boolean