Uses of Interface
jade.wrapper.PlatformController
-
Packages that use PlatformController Package Description jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself. -
-
Uses of PlatformController in jade.wrapper
Classes in jade.wrapper that implement PlatformController Modifier and Type Class Description classAgentContainerThis class is maintained for backward compatibility only.Fields in jade.wrapper declared as PlatformController Modifier and Type Field Description protected PlatformControllerContainerController. myPlatformControllerMethods in jade.wrapper that return PlatformController Modifier and Type Method Description PlatformControllerContainerController. getPlatformController()Retrieve a controller for the platform the container wrapped by this ContainerController belongs to and acts as the Main Container.
-