Uses of Class
org.tweetyproject.arg.delp.semantics.ComparisonCriterion
Packages that use ComparisonCriterion
-
Uses of ComparisonCriterion in org.tweetyproject.arg.delp.reasoner
Methods in org.tweetyproject.arg.delp.reasoner that return ComparisonCriterionModifier and TypeMethodDescriptionDelpReasoner.getComparisonCriterion()returns the comparison criterion used in this programConstructors in org.tweetyproject.arg.delp.reasoner with parameters of type ComparisonCriterionModifierConstructorDescriptionDelpReasoner(ComparisonCriterion comparisonCriterion) Creates a new DelpReasoner for the given delp. -
Uses of ComparisonCriterion in org.tweetyproject.arg.delp.semantics
Subclasses of ComparisonCriterion in org.tweetyproject.arg.delp.semanticsModifier and TypeClassDescriptionfinal classThis class implements the empty criterion to compare two arguments.final classThis class implements the generalized specificity criterion used to compare two arguments.Subclasses with type arguments of type ComparisonCriterion in org.tweetyproject.arg.delp.semanticsModifier and TypeClassDescriptionfinal classHandles command-line options related toComparisonCriterionobjects.Methods in org.tweetyproject.arg.delp.semantics that return ComparisonCriterionModifier and TypeMethodDescriptionstatic ComparisonCriterionCreates an instance of aComparisonCriterionsubclass based on the provided name.Methods in org.tweetyproject.arg.delp.semantics with parameters of type ComparisonCriterionModifier 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.booleanDialecticalTree.isAcceptable(DelpArgument argument, DefeasibleLogicProgram delp, ComparisonCriterion comparisonCriterion) Checks whether the argumentation line composed of the ancestors of this node and the parameterargumentis acceptable given the parameterdelpConstructor parameters in org.tweetyproject.arg.delp.semantics with type arguments of type ComparisonCriterionModifierConstructorDescriptionCriterionOptionHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super ComparisonCriterion> setter) Constructs a newCriterionOptionHandlerwith the specified command line parser, option definition, and setter.