helix.graph.algo.c3part.reporter
Class CCCReporterDebug

java.lang.Object
  extended by helix.graph.util.Reporter
      extended by helix.graph.algo.c3part.reporter.BaseReporter
          extended by helix.graph.algo.c3part.reporter.CCCReporter
              extended by helix.graph.algo.c3part.reporter.CCCReporterDebug

public class CCCReporterDebug
extends CCCReporter

a temporary debug extension of CCCReporter a clas to report CCCs in Dimacs-like format : q #vertices #node1 ... #nodesN v name1... nameN rank1 ... rankN | commment1 | ... | commentN v ...


Constructor Summary
CCCReporterDebug()
           
 
Method Summary
static void printSynton(Graph synton, C3PartOptions options)
           
 
Methods inherited from class helix.graph.util.Reporter
isVerbose, log, print, println, setLogger, setPrinter, severe, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCCReporterDebug

public CCCReporterDebug()
Method Detail

printSynton

public static void printSynton(Graph synton,
                               C3PartOptions options)