Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.FileListParameter.FilesType

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

Uses of FileListParameter.FilesType in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling declared as FileListParameter.FilesType
private  FileListParameter.FilesType FileListParameter.filesType
          Specifies the type of the files, i.e. if the files are input or output files.
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling that return FileListParameter.FilesType
static FileListParameter.FilesType FileListParameter.FilesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileListParameter.FilesType[] FileListParameter.FilesType.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 FileListParameter.FilesType
FileListParameter(OptionID optionID, FileListParameter.FilesType filesType)
          Constructs a file list parameter with the given optionID, and file type.
 


Release 0.2 (2009-07-06_1820)