Uses of Class
net.sf.tweety.arg.delp.semantics.ComparisonCriterion.Result
-
Packages that use ComparisonCriterion.Result Package Description net.sf.tweety.arg.delp.semantics -
-
Uses of ComparisonCriterion.Result in net.sf.tweety.arg.delp.semantics
Methods in net.sf.tweety.arg.delp.semantics that return ComparisonCriterion.Result Modifier and Type Method Description abstract ComparisonCriterion.Result
ComparisonCriterion. compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context)
This method returns the relation ofargument1
toargument2
givencontext
.ComparisonCriterion.Result
EmptyCriterion. compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context)
ComparisonCriterion.Result
GeneralizedSpecificity. compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context)
static ComparisonCriterion.Result
ComparisonCriterion.Result. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ComparisonCriterion.Result[]
ComparisonCriterion.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-