|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Test
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 |
public Test()
Method Detail |
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.args
- a String[]
value. Used for processing
command line arguments
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |