Uses of Enum
org.tweetyproject.arg.delp.semantics.ComparisonCriterion.Result
Packages that use ComparisonCriterion.Result
-
Uses of ComparisonCriterion.Result in org.tweetyproject.arg.delp.semantics
Methods in org.tweetyproject.arg.delp.semantics that return ComparisonCriterion.ResultModifier and TypeMethodDescriptionabstract ComparisonCriterion.Result
ComparisonCriterion.compare
(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) This method returns the relation ofargument1
toargument2
givencontext
.EmptyCriterion.compare
(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) GeneralizedSpecificity.compare
(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) static ComparisonCriterion.Result
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.