| Package | Description |
|---|---|
| net.sf.tweety.arg.delp.semantics |
| Modifier and Type | Method and Description |
|---|---|
ComparisonCriterion.Result |
GeneralizedSpecificity.compare(DelpArgument argument1,
DelpArgument argument2,
DefeasibleLogicProgram context) |
ComparisonCriterion.Result |
EmptyCriterion.compare(DelpArgument argument1,
DelpArgument argument2,
DefeasibleLogicProgram context) |
abstract ComparisonCriterion.Result |
ComparisonCriterion.compare(DelpArgument argument1,
DelpArgument argument2,
DefeasibleLogicProgram context)
This method returns the relation of
|
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.
|