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.ResultComparisonCriterion.compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) This method returns the relation ofargument1toargument2givencontext.EmptyCriterion.compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) GeneralizedSpecificity.compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) static ComparisonCriterion.ResultReturns 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.