Uses of Class
org.tweetyproject.arg.delp.semantics.ComparisonCriterion.Result
- 
Packages that use ComparisonCriterion.Result Package Description org.tweetyproject.arg.delp.semantics  - 
- 
Uses of ComparisonCriterion.Result in org.tweetyproject.arg.delp.semantics
Methods in org.tweetyproject.arg.delp.semantics that return ComparisonCriterion.Result Modifier and Type Method Description abstract ComparisonCriterion.ResultComparisonCriterion. compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context)This method returns the relation ofargument1toargument2givencontext.ComparisonCriterion.ResultEmptyCriterion. compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context)ComparisonCriterion.ResultGeneralizedSpecificity. compare(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context)static ComparisonCriterion.ResultComparisonCriterion.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. 
 -