|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<FileCharacteristics> cz.cuni.mff.ksi.jinfer.iss.experiments.data.FileCharacteristics
public enum FileCharacteristics
Enum representing the characteristics of the experiment input file.
Enum Constant Summary | |
---|---|
ARTIFICIAL
Artificially generated data. |
|
CONVERTED
Realistic data with some text content converted to attributes. |
|
REALISTIC
Realistic, real-life data, no changes. |
|
UNKNOWN
|
Method Summary | |
---|---|
String |
getFolder()
|
static FileCharacteristics |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileCharacteristics[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FileCharacteristics REALISTIC
public static final FileCharacteristics CONVERTED
public static final FileCharacteristics ARTIFICIAL
public static final FileCharacteristics UNKNOWN
Method Detail |
---|
public static FileCharacteristics[] values()
for (FileCharacteristics c : FileCharacteristics.values()) System.out.println(c);
public static FileCharacteristics valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getFolder()
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |