Uses of Class
aa.core.Platform

Packages that use Platform
aa.core Provides the classes necessary to use this actor platform. 
aa.drivers   
aa.gui Provides the classes necessary to use the graphical user interface of this multi-actor platform. 
 

Uses of Platform in aa.core
 

Fields in aa.core declared as Platform
private static Platform Platform.m_pPlatform
           
private  Platform MigrationManager.m_pPlatform
          The reference to this actor platform.
private  Platform MessageManager.m_pPlatform
          The reference to this actor platform.
private  Platform CyberOrgManager.m_pPlatform
           
protected  Platform CyberOrg.m_pPlatform
           
private  Platform ActorThread.m_pPlatform
           
private  Platform ActorManager.m_pPlatform
           
 

Methods in aa.core that return Platform
protected static Platform Platform.getPlatform()
          Returns the reference of this platform.
 Platform CyberOrg.getPlatform()
          Returns to a handler of current platform
 

Constructors in aa.core with parameters of type Platform
MigrationManager(Platform p_pPlatform, ActorManager p_amActorManager)
          Creates a Migration Manager.
MessageManager(Platform p_platform, ActorManager p_amActorManager, MigrationManager p_mmMigrationManager, java.lang.Integer p_intPort)
          Creates a Message Manager.
ActorManager(Platform p_platform, View p_viewMain)
          Creates an Actor Manager.
 

Uses of Platform in aa.drivers
 

Methods in aa.drivers with parameters of type Platform
private static void driver.testReceiveCyberOrg(Platform p_pPlatform)
           
 

Uses of Platform in aa.gui
 

Fields in aa.gui declared as Platform
private  Platform View.m_pPlatform
           
 

Methods in aa.gui with parameters of type Platform
 void View.setPlatform(Platform p_pPlatform)
          Sets the pointer to this Platform.