bicliqueviz
Class CacheFilesSaver

java.lang.Object
  extended by bicliqueviz.CacheFilesSaver

public class CacheFilesSaver
extends java.lang.Object

This class manages the cache files of a bigraph to optimize the initialisation after first creation of the bigraph

Author:
Martin Schwartz

Constructor Summary
CacheFilesSaver(java.lang.String f, BicliqueTreeMenu tm, BiGraph g)
           
 
Method Summary
 void createCacheFiles()
          Creates the cache files
 boolean doesCacheFilesExist()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFilesSaver

public CacheFilesSaver(java.lang.String f,
                       BicliqueTreeMenu tm,
                       BiGraph g)
Parameters:
f - name of the graph file
tm - pointer to the tree menu
g - pointer to the bigraph
Method Detail

createCacheFiles

public void createCacheFiles()
Creates the cache files


doesCacheFilesExist

public boolean doesCacheFilesExist()
Returns:
true if cache directory exists, otherwise false