Uses of Enum Class
org.tweetyproject.arg.delp.semantics.ComparisonCriterion.Result
Packages that use ComparisonCriterion.Result
-
Uses of ComparisonCriterion.Result in org.tweetyproject.arg.delp.semantics
Subclasses with type arguments of type ComparisonCriterion.Result in org.tweetyproject.arg.delp.semanticsModifier and TypeClassDescriptionstatic enumEnumeration representing the possible results of a comparison between two items.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 class with the specified name.static ComparisonCriterion.Result[]ComparisonCriterion.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.