main
Class PlanetlabDescription

java.lang.Object
  extended by main.PlanetlabDescription

public class PlanetlabDescription
extends java.lang.Object

The PlanetlabDescription class is the main command-line based class. It reads in an input file and writes instructions to standard out that describe how to draw the PlanetLab map.


Constructor Summary
private PlanetlabDescription()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method of PlanetlabDescription.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanetlabDescription

private PlanetlabDescription()
Method Detail

main

public static void main(java.lang.String[] args)
The main method of PlanetlabDescription. Given an input file as its only command-line argument, it writes a description of the PlanetLab map to standard out. A PHP script can read this in and generate the map.

Parameters:
args - a String array. It should contain the input file's name.