elge.examples.simple
Class SimpleLG

java.lang.Object
  |
  +--elge.examples.simple.SimpleLG

public class SimpleLG
extends Object

This is the main class for the simplest of the Language Games. It should only load the worl, agents and the run it. And show some info when running and at the end of the game!.

Author:
Palino

Field Summary
static int LIFECYCLE_TIMES
           
static int POPULATION_SIZE
           
 
Constructor Summary
SimpleLG()
          Creates a new instance of SimpleLG
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POPULATION_SIZE

public static final int POPULATION_SIZE
See Also:
Constant Field Values

LIFECYCLE_TIMES

public static final int LIFECYCLE_TIMES
See Also:
Constant Field Values
Constructor Detail

SimpleLG

public SimpleLG()
Creates a new instance of SimpleLG

Method Detail

main

public static void main(String[] args)
Parameters:
args - the command line arguments