bicliqueviz
Class LCM

java.lang.Object
  extended by bicliqueviz.LCM

public class LCM
extends java.lang.Object

This class is used to run the LCM program using a system call. At the moment the system call only works from windows. The lcm.exe file must be in the same directory of application itself

Author:
Martin Schwartz

Constructor Summary
LCM()
           
 
Method Summary
static void runLCM(ProgWin pw, java.lang.String inputFile, java.lang.String outputFile, java.lang.String sizeFile, int minThresA, int minThresB, int maxThresA, int maxThresB, boolean del)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCM

public LCM()
Method Detail

runLCM

public static void runLCM(ProgWin pw,
                          java.lang.String inputFile,
                          java.lang.String outputFile,
                          java.lang.String sizeFile,
                          int minThresA,
                          int minThresB,
                          int maxThresA,
                          int maxThresB,
                          boolean del)
Parameters:
inputFile - path to input file (bigraph file)
outputFile - path to output file (maximal biclique file)
sizeFile - path to size file (sizes of the bicliques)