forked from alfredas/AgentSpring
-
Notifications
You must be signed in to change notification settings - Fork 0
AgentSpring Q&A
ejlchappin edited this page Jun 11, 2012
·
2 revisions
-
Where is the start method? There is no start method. AgentSpring is started as a maven command, from command line. First, beans are automatically initialized, which are in the selected scenario. Second, Role classes annotated with @ScriptComponent that are present are automatically executed, if there are agents of the type specified in those Role classes
-
Can I use it without the web-based interface? Yes! There is a HPC-mode, which can be used to start it directly from command line only. This can be used to run batches of runs. More information later.