All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.remote.prg.Main

java.lang.Object
   |
   +----vnet.remote.prg.Main

public class Main
extends Object
This class allows the creation of a virtualNe in a console way. The options for the initialization are

Arguments: [options] [VirtualNetName]

Options:

-noecho : not display initialization information

-help : shows this window

-console : display all the VirtualNet events

-gconsole : display all the VirtualNet events in a window

-csize=w,h : size of the Console Window

-binds : display the servers binded to the VirtualNet

-bsize=w,h: size of the BindServers window

-graphcircle : display the VirtualNet as a round graph

-graphnet : display the VirtualNet as a net graph

-gsize=w,h : size of the Graph Windows

-gupdate=n : timems to update the graphs

-gremain=m : number of times needed to change the state

-delay=n : timems of delay in each node and link

-initfile=file : file to read the initialization. If the file is not given, and there is not given the -init option, it will try to open the file name.net, being name the name of the virtualNet. -init=cad : initializacion string.

Version:
0.2, august-1997
Author:
LuisM Pena

Constructor Index

 o Main()

Method Index

 o main(String[])

Constructors

 o Main
 public Main()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index