Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.FileParameter.FileType

Packages that use FileParameter.FileType
de.lmu.ifi.dbs.elki.utilities.optionhandling Parameter handling and option descriptions. 
 

Uses of FileParameter.FileType in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling declared as FileParameter.FileType
private  FileParameter.FileType FileParameter.fileType
          The file type of this file parameter.
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling that return FileParameter.FileType
static FileParameter.FileType FileParameter.FileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileParameter.FileType[] FileParameter.FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type FileParameter.FileType
FileParameter(OptionID optionID, FileParameter.FileType fileType)
          Constructs a file parameter with the given optionID, and file type.
FileParameter(OptionID optionID, FileParameter.FileType fileType, boolean optional)
          Constructs a file parameter with the given optionID, file type, and optional flag.
 


Release 0.2 (2009-07-06_1820)