Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

sajas.wrapper
Class PlatformController
java.lang.Object
  sajas.wrapper.PlatformController

public class PlatformController
extends Object
The controller for the SAJaS platform. It provides a means to stop the platform (and simulation), similar to JADE's API.
Author:
hlc
See Also:
jade.wrapper.PlatformController

Constructor Summary
PlatformController()
Method Summary
void
addContainerController(ContainerController containerController)
          Used by sajas.core.Runtime to add ContainerControllers as containers are created.
void
kill()
static void
setAgentScheduler(AgentScheduler as)
          Sets the agent scheduler.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
PlatformController
public PlatformController()
Method Detail
setAgentScheduler
public static void setAgentScheduler(AgentScheduler as)
Sets the agent scheduler. This method is used by simulation launchers to set the simulation engine-specific scheduler. Programmers should have no need to use this method.

addContainerController
public void addContainerController(ContainerController containerController)
Used by sajas.core.Runtime to add ContainerControllers as containers are created. Programmers should have no need to use this method.

kill
public void kill()
          throws jade.wrapper.ControllerException
Throws:
jade.wrapper.ControllerException
See Also:
jade.wrapper.PlatformController.kill()

Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Java API documentation generated with DocFlex/Doclet 1.6.1 using JavadocPro template set.
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc, which is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com