Uses of Class
net.sf.tweety.arg.delp.semantics.ComparisonCriterion
-
Packages that use ComparisonCriterion Package Description net.sf.tweety.arg.delp.reasoner net.sf.tweety.arg.delp.semantics -
-
Uses of ComparisonCriterion in net.sf.tweety.arg.delp.reasoner
Methods in net.sf.tweety.arg.delp.reasoner that return ComparisonCriterion Modifier and Type Method Description ComparisonCriterion
DelpReasoner. getComparisonCriterion()
returns the comparison criterion used in this programConstructors in net.sf.tweety.arg.delp.reasoner with parameters of type ComparisonCriterion Constructor Description DelpReasoner(ComparisonCriterion comparisonCriterion)
Creates a new DelpReasoner for the given delp. -
Uses of ComparisonCriterion in net.sf.tweety.arg.delp.semantics
Subclasses of ComparisonCriterion in net.sf.tweety.arg.delp.semantics Modifier and Type Class Description class
EmptyCriterion
This class implements the empty criterion to compare two arguments.class
GeneralizedSpecificity
This class implements the generalized specificity criterion used to compare two arguments.Methods in net.sf.tweety.arg.delp.semantics that return ComparisonCriterion Modifier and Type Method Description static ComparisonCriterion
ComparisonCriterion.Factory. create(java.lang.String name)
Methods in net.sf.tweety.arg.delp.semantics with parameters of type ComparisonCriterion Modifier and Type Method Description java.util.Set<DialecticalTree>
DialecticalTree. 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
Constructor parameters in net.sf.tweety.arg.delp.semantics with type arguments of type ComparisonCriterion Constructor Description CriterionOptionHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super ComparisonCriterion> setter)
-