ccvisu
Class CCVisu

java.lang.Object
  extended by ccvisu.CCVisu

public class CCVisu
extends java.lang.Object

Main class of the CCVisu package. Contains the main program and some auxiliary methods.

Version:
$Revision: 1.117 $; $Date: 2009-01-20 23:03:38 $
Author:
Dirk Beyer

Field Summary
static java.lang.String endl
          End of line.
static Marker marker
           
 
Constructor Summary
CCVisu()
           
 
Method Summary
static void initializeLayout(Options options)
          Compute randomized initial layout for a given graph with the given number of dimensions.
static void main(java.lang.String[] args)
          Main program.
static void process(Options options)
          Processing the actual task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endl

public static final java.lang.String endl
End of line.


marker

public static Marker marker
Constructor Detail

CCVisu

public CCVisu()
Method Detail

main

public static void main(java.lang.String[] args)
Main program. Performs the following steps. 1) Parses and handles the command line options. 2) Processes the actual task.

Parameters:
args - Command line arguments.

process

public static void process(Options options)
Processing the actual task. Performs the following steps. 1) Creates the appropriate input reader and reads the input. 2) Computes the layout (if necessary). 3) Creates the appropriate output writer and writes the output.

Parameters:
options - Command-line options, already parsed.

initializeLayout

public static void initializeLayout(Options options)
Compute randomized initial layout for a given graph with the given number of dimensions.