Class Test

java.lang.Object
  |
  +--Test

public class Test
extends java.lang.Object

Describe class Test here.


Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          main is a required method, all Java programs must have it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
main is a required method, all Java programs must have it. This main initializes the Swarm system and then creates a Model instance called "aModel" and then it puts aModel though its paces.
Parameters:
args - a String[] value. Used for processing command line arguments