Uses of Class
compressors.LZ77v02

Packages that use LZ77v02
analysis.analysisguis   
experiments   
infogenomics   
storeguis   
 

Uses of LZ77v02 in analysis.analysisguis
 

Constructors in analysis.analysisguis with parameters of type LZ77v02
LZ77DictAnalysisGui(int nTestIn, LZ77v02 compIn)
          Creates new form LZ77TestDetails
 

Uses of LZ77v02 in experiments
 

Methods in experiments that return types with arguments of type LZ77v02
 java.util.Vector<LZ77v02> ExpLZ77.getLZ77compressions()
           
 

Method parameters in experiments with type arguments of type LZ77v02
 void ExpLZ77.setLZ77compressions(java.util.Vector<LZ77v02> LZ77compressions)
           
 

Uses of LZ77v02 in infogenomics
 

Methods in infogenomics with parameters of type LZ77v02
 void MySqlGenomesDbDAO.selectCompressorDictionary(LZ77v02 comp)
          Selects from db words and positions related to LZ77 compressor comp
 

Uses of LZ77v02 in storeguis
 

Constructors in storeguis with parameters of type LZ77v02
LZ77TestDetailGui(int nTestIn, LZ77v02 compIn)
          Creates new form LZ77TestDetails