Uses of Class
emissary.core.MobileAgent
-
Packages that use MobileAgent Package Description emissary.core Provides classes necessary for the core data structures in Emissary.emissary.place Places are for identifying, processing, transforming, and analyzing data of interest. -
-
Uses of MobileAgent in emissary.core
Subclasses of MobileAgent in emissary.core Modifier and Type Class Description class
HDMobileAgent
This mobile agent carries around an ArrayList of payload that can be added onto instead of sprouting. -
Uses of MobileAgent in emissary.place
Methods in emissary.place that return MobileAgent Modifier and Type Method Description MobileAgent
IServiceProviderPlace. getAgent()
Get the agent that is currently responsible for this threadMobileAgent
ServiceProviderPlace. getAgent()
Get the agent that is currently responsible for this thread
-