Uses of Class
org.tweetyproject.arg.delp.semantics.ComparisonCriterion
-
Uses of ComparisonCriterion in org.tweetyproject.arg.delp.reasoner
Modifier and TypeMethodDescriptionDelpReasoner.getComparisonCriterion()
returns the comparison criterion used in this programModifierConstructorDescriptionDelpReasoner
(ComparisonCriterion comparisonCriterion) Creates a new DelpReasoner for the given delp. -
Uses of ComparisonCriterion in org.tweetyproject.arg.delp.semantics
Modifier and TypeClassDescriptionfinal class
This class implements the empty criterion to compare two arguments.final class
This class implements the generalized specificity criterion used to compare two arguments.Modifier and TypeMethodDescriptionstatic ComparisonCriterion
Creates an instance of aComparisonCriterion
subclass based on the provided name.Modifier and TypeMethodDescriptionDialecticalTree.getDefeaters
(DefeasibleLogicProgram delp, ComparisonCriterion comparisonCriterion) Computes the set of arguments which are defeaters for the argument in this tree node and returns the corresponding dialectical tree nodes with these defeaters.boolean
DialecticalTree.isAcceptable
(DelpArgument argument, DefeasibleLogicProgram delp, ComparisonCriterion comparisonCriterion) Checks whether the argumentation line composed of the ancestors of this node and the parameterargument
is acceptable given the parameterdelp
ModifierConstructorDescriptionCriterionOptionHandler
(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super ComparisonCriterion> setter) Constructs a newCriterionOptionHandler
with the specified command line parser, option definition, and setter.