cz.vse.keg.patomat2.transformation
public static enum OntologyTransformation.TransformationStrategy extends java.lang.Enum<OntologyTransformation.TransformationStrategy>
Enum Constant and Description |
---|
Conservative |
Progressive |
Radical |
RadicalKeep |
RadicalRemove |
Modifier and Type | Method and Description |
---|---|
static OntologyTransformation.TransformationStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OntologyTransformation.TransformationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntologyTransformation.TransformationStrategy Conservative
public static final OntologyTransformation.TransformationStrategy Progressive
public static final OntologyTransformation.TransformationStrategy RadicalKeep
public static final OntologyTransformation.TransformationStrategy Radical
public static final OntologyTransformation.TransformationStrategy RadicalRemove
public static OntologyTransformation.TransformationStrategy[] values()
for (OntologyTransformation.TransformationStrategy c : OntologyTransformation.TransformationStrategy.values()) System.out.println(c);
public static OntologyTransformation.TransformationStrategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null