gr.demokritos.iit.jinsect.console
Class DOTGraphRepoExporter

java.lang.Object
  extended by gr.demokritos.iit.jinsect.console.DOTGraphRepoExporter

public class DOTGraphRepoExporter
extends java.lang.Object

A class that simply uses a INSECTFileDB to retrieve a DocumentNGramGraph and uses its toDot method to create a dot formatted file. It can also use a simple saved DocumentNGramGraph file as input, with the same output.


Constructor Summary
DOTGraphRepoExporter()
           
 
Method Summary
static java.lang.String getStats(UniqueVertexGraph uvGraph)
           
static void main(java.lang.String[] args)
           
static void printSyntax()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOTGraphRepoExporter

public DOTGraphRepoExporter()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

getStats

public static java.lang.String getStats(UniqueVertexGraph uvGraph)

printSyntax

public static void printSyntax()