Uses of Class
org.tweetyproject.arg.aspic.syntax.InferenceRule
Packages that use InferenceRule
-
Uses of InferenceRule in org.tweetyproject.arg.aspic.order
Methods in org.tweetyproject.arg.aspic.order with parameters of type InferenceRuleModifier and TypeMethodDescriptionintRuleComparator.compare(InferenceRule<T> o1, InferenceRule<T> o2)Constructor parameters in org.tweetyproject.arg.aspic.order with type arguments of type InferenceRuleModifierConstructorDescriptionLastLinkOrder(Comparator<InferenceRule<T>> rule_comp, Comparator<InferenceRule<T>> prem_comp, boolean elitist)Constructs a new last link orderingWeakestLinkOrder(Comparator<InferenceRule<T>> rule_comp, Comparator<InferenceRule<T>> prem_comp, boolean elitist)Constructs a new weakest link ordering -
Uses of InferenceRule in org.tweetyproject.arg.aspic.syntax
Subclasses of InferenceRule in org.tweetyproject.arg.aspic.syntaxModifier and TypeClassDescriptionclassDefeasibleInferenceRule<T extends Invertable>classStrictInferenceRule<T extends Invertable>Methods in org.tweetyproject.arg.aspic.syntax that return InferenceRuleModifier and TypeMethodDescriptionabstract InferenceRule<T>InferenceRule.clone()AspicArgument.getTopRule()Retruns the TopRule according to ASPIC+ specificationInferenceRule.substitute(Map<? extends Term<?>,? extends Term<?>> map)abstract InferenceRule<T>InferenceRule.substitute(Term<?> v, Term<?> t)Methods in org.tweetyproject.arg.aspic.syntax that return types with arguments of type InferenceRuleModifier and TypeMethodDescriptionInferenceRule.allGroundInstances(Set<Constant> constants)AspicArgument.getAllRules()Returns all rules appearing in this argument.AspicArgument.getDefeasibleRules()Returns the DefRules according to ASPIC+ specification, i.e.AspicArgument.getListLastDefeasibleRules()Returns all defeasible subrules of the level where the first defeasible subrule appears, i.e.AspicArgumentationTheory.groundFolRules()Methods in org.tweetyproject.arg.aspic.syntax with parameters of type InferenceRuleModifier and TypeMethodDescriptionvoidAspicArgumentationTheory.addRule(InferenceRule<T> rule)Adds an additional inference rulevoidAspicArgument.setTopRule(InferenceRule<T> toprule)Changes the TopRuleConstructors in org.tweetyproject.arg.aspic.syntax with parameters of type InferenceRuleModifierConstructorDescriptionAspicArgument(InferenceRule<T> toprule)Creates an empty ArgumentAspicArgument(InferenceRule<T> toprule, Collection<AspicArgument<T>> directsubs)Creates an empty Argument