Enum ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType
- java.lang.Object
-
- java.lang.Enum<ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType>
-
- net.sf.tweety.lp.asp.beliefdynamics.selectiverevision.ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType
-
- All Implemented Interfaces:
Serializable,Comparable<ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType>,Constable
- Enclosing class:
- ParameterisedArgumentativeSelectiveRevisionOperator
public static enum ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType extends Enum<ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Method Summary
Modifier and Type Method Description StringtoString()static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SCEPTICAL
public static final ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType SCEPTICAL
-
NAIVE
public static final ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType NAIVE
-
-
Method Detail
-
values
public static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType>
-
-