All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Frame | +----vnet.remote.prg.GraphMain
Arguments: [options] [VirtualNetName]
Options:
-start : initializa directly a VirtualNet
-delay=n : timems of delay in each node and link
-bsize=w,h: size of the BindServers window
-csize=w,h : size of the Console Window
-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
if start is present, next options are also available:
-init=cad : initializacion string.
public GraphMain(boolean bStart, String serverName, long netDelay, Dimension dConsole, Dimension dBind, Dimension dGraph, long graphUpdate, int graphRemain, String init, String initFile, boolean initConsole, boolean initBinds, boolean initCircleGraph, boolean initNetGraph, String szError)
public static void main(String args[])
Arguments: [options] [VirtualNetName]
Options:
-start : initializa directly a VirtualNet
-delay=n : timems of delay in each node and link
-bsize=w,h: size of the BindServers window
-csize=w,h : size of the Console Window
-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
if start is present, next options are also available:
-init=cad : initializacion string.
-initfile=name : initialization file. By default, is vnetName.net -gconsole : display all the VirtualNet events in a window
-binds : display the servers binded to the VirtualNet
-graphcircle : display the VirtualNet as a round graph
-graphnet : display the VirtualNet as a net graph
All Packages Class Hierarchy This Package Previous Next Index