aa
Class Start

java.lang.Object
  extended byaa.Start

public class Start
extends java.lang.Object

This class starts an AAA (Adaptive Actor Architecture) platform.

History:

Version:
$Date: 2008/01/01 00:23:59 $ $Revision: 1.1 $
Author:
Myeong-Wuk Jang

Field Summary
static java.lang.String AA_DATE
          Specifies the date of this version.
static java.lang.String AA_VERSION
          Specifies the version of this platform.
private  boolean m_bFlagGUI
          Specifies whether this platform shows the graphic user interface.
private  java.lang.Integer m_intPort
          Specifies the port number of a server socket for in-coming messages.
 
Constructor Summary
Start(java.lang.String[] p_straArgs)
          Creates a multi-actor paltform.
 
Method Summary
private  void displayUsage()
          Displays the usage of this program.
private  void displayVersion()
          Displays the version of this program.
static void main(java.lang.String[] args)
          Invoked when this program is executed.
private  boolean procArgs(java.lang.String[] p_straArgs)
          Processes input arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AA_VERSION

public static final java.lang.String AA_VERSION
Specifies the version of this platform.


AA_DATE

public static final java.lang.String AA_DATE
Specifies the date of this version.


m_bFlagGUI

private boolean m_bFlagGUI
Specifies whether this platform shows the graphic user interface.


m_intPort

private java.lang.Integer m_intPort
Specifies the port number of a server socket for in-coming messages.

Constructor Detail

Start

public Start(java.lang.String[] p_straArgs)
Creates a multi-actor paltform.

Parameters:
p_straArgs - string arguments given on the command mode.
Method Detail

main

public static void main(java.lang.String[] args)
Invoked when this program is executed.

Parameters:
args - string arguments given on the command mode.

displayVersion

private void displayVersion()
Displays the version of this program.


displayUsage

private void displayUsage()
Displays the usage of this program.


procArgs

private boolean procArgs(java.lang.String[] p_straArgs)
Processes input arguments. Arguments --------- -gui -h -help -nogui -port -v -version

Parameters:
p_straArgs - string arguments given on the command mode.
Returns:
true if the platform should exit; false otherwise.