jInfer

cz.cuni.mff.ksi.jinfer.iss.experiments.data
Enum FileCharacteristics

java.lang.Object
  extended by java.lang.Enum<FileCharacteristics>
      extended by cz.cuni.mff.ksi.jinfer.iss.experiments.data.FileCharacteristics
All Implemented Interfaces:
Serializable, Comparable<FileCharacteristics>

public enum FileCharacteristics
extends 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

REALISTIC

public static final FileCharacteristics REALISTIC
Realistic, real-life data, no changes.


CONVERTED

public static final FileCharacteristics CONVERTED
Realistic data with some text content converted to attributes.


ARTIFICIAL

public static final FileCharacteristics ARTIFICIAL
Artificially generated data.


UNKNOWN

public static final FileCharacteristics UNKNOWN
Method Detail

values

public static FileCharacteristics[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FileCharacteristics c : FileCharacteristics.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FileCharacteristics 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 name
NullPointerException - if the argument is null

getFolder

public String getFolder()

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011