jade
Class Boot

java.lang.Object
  |
  +--jade.Boot

public class Boot
extends java.lang.Object

Boots the JADE system, parsing command line arguments.

Version:
$Date: 2003/11/21 15:59:23 $ $Revision: 1.11 $
Author:
Giovanni Rimassa - Universita' di Parma, Giovanni Caire - TILAB

Constructor Summary
Boot()
          Default constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Fires up the JADE system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boot

public Boot()
Default constructor.

Method Detail

main

public static void main(java.lang.String[] args)
Fires up the JADE system. This method initializes the Profile Manager and then starts the bootstrap process for the JADE agent platform.



JADE