comirva.config
Class ETPLoaderConfig

java.lang.Object
  extended by comirva.config.ETPLoaderConfig

public class ETPLoaderConfig
extends Object

This class represents a configuration for an ETP-Loader. It is used to pass a configuration to the loader.


Constructor Summary
ETPLoaderConfig(boolean loadTerms, boolean loadDocPaths, boolean loadTO, boolean loadTF, boolean loadDF, boolean loadTFxIDF)
          Creates a new instance of an ETPLoader-configuartion.
 
Method Summary
 boolean isLoadDF()
           
 boolean isLoadDocPaths()
           
 boolean isLoadTerms()
           
 boolean isLoadTF()
           
 boolean isLoadTFxIDF()
           
 boolean isLoadTO()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ETPLoaderConfig

public ETPLoaderConfig(boolean loadTerms,
                       boolean loadDocPaths,
                       boolean loadTO,
                       boolean loadTF,
                       boolean loadDF,
                       boolean loadTFxIDF)
Creates a new instance of an ETPLoader-configuartion.

Parameters:
loadTerms - flag indicating whether the terms are to be loaded
loadDocPaths - flag indicating whether the paths to the documents the ETP is based on are to be loaded
loadTO - flag indicating whether the term occurrences are to be loaded
loadTF - flag indicating whether the term frequencies are to be loaded
loadDF - flag indicating whether the document frequencies are to be loaded
loadTFxIDF - flag indicating whether the TFxIDF values are to be loaded
Method Detail

isLoadDF

public boolean isLoadDF()
Returns:
Returns the loadDF.

isLoadDocPaths

public boolean isLoadDocPaths()
Returns:
Returns the loadDocPaths.

isLoadTerms

public boolean isLoadTerms()
Returns:
Returns the loadTerms.

isLoadTF

public boolean isLoadTF()
Returns:
Returns the loadTF.

isLoadTFxIDF

public boolean isLoadTFxIDF()
Returns:
Returns the loadTFxIDF.

isLoadTO

public boolean isLoadTO()
Returns:
Returns the loadTO.