Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use FileListParameter.FilesType
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters Classes for various typed parameters. 
 

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

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters 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.parameters 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.parameters 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.3 (2010-03-31_1612)