helix.graph.program.isofun
Class DegeneracyReporter

java.lang.Object
  extended by helix.graph.util.Reporter
      extended by helix.graph.algo.c3part.reporter.BaseReporter
          extended by helix.graph.program.isofun.DegeneracyReporter

public class DegeneracyReporter
extends BaseReporter

a postprocessor to compute and print epsilon degeneracy of syntons


Constructor Summary
DegeneracyReporter()
           
 
Method Summary
static void logDegeneracy(Graph datagraph)
          compute and print epsilon degeneracy information for input datagraph
static void logDegeneracy(Set<Graph> result)
          compute and print epsilon degeneracy information for multigraph results (i.e.
 
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

DegeneracyReporter

public DegeneracyReporter()
Method Detail

logDegeneracy

public static void logDegeneracy(Set<Graph> result)
compute and print epsilon degeneracy information for multigraph results (i.e. syntons)


logDegeneracy

public static void logDegeneracy(Graph datagraph)
compute and print epsilon degeneracy information for input datagraph