'STRAP:multiple sequence alignments '

charite.christo
Interface CacheResult.Cacheable

Enclosing class:
CacheResult

public static interface CacheResult.Cacheable

A class where the results are cached should implement this interface


Method Summary
 Class getCacheClass()
          The class name determins the directory on HD
 String getCacheKey()
          Several values are stored in one and the same file on HD to avoid making too many files.
 String getCacheSection()
          The class determines a parent directory to save the files.
 

Method Detail

getCacheClass

Class getCacheClass()
The class name determins the directory on HD


getCacheSection

String getCacheSection()
The class determines a parent directory to save the files.


getCacheKey

String getCacheKey()
Several values are stored in one and the same file on HD to avoid making too many files. The file name is made from this String.


'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, StrapProtein and StrapEvent.'