Uses of Package
aa.core

Packages that use aa.core
aa.app.dm Provides the classes for the Directory Manager actor. 
aa.app.dummy Provides the classes for the Dummy actor. 
aa.application.AdaptiveQuad   
aa.application.Fibonacci   
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. 
aa.tool Provides the classes that are very useful for this application, but might be used for other applications. 
aa.transport Provides the classes necessary for message passing on distributed platforms. 
app.quickstart.animal   
app.quickstart.dm   
app.quickstart.hello   
app.quickstart.hello3   
app.quickstart.hello5   
app.quickstart.hello6   
app.quickstart.sum   
 

Classes in aa.core used by aa.app.dm
Actor
          This class includes basic behavior of an actor.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
 

Classes in aa.core used by aa.app.dummy
Actor
          This class includes basic behavior of an actor.
 

Classes in aa.core used by aa.application.AdaptiveQuad
Actor
          This class includes basic behavior of an actor.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
CommunicationException
          An CommunicationException is thrown to indicate that an error happens during the actor communication.
CyberOrg
          This class represents a cyberorg
FacilitatorActor
          This class represents a facilitator actor of a cyberorg
 

Classes in aa.core used by aa.application.Fibonacci
Actor
          This class includes basic behavior of an actor.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
 

Classes in aa.core used by aa.core
Actor
          This class includes basic behavior of an actor.
ActorException
          An BecomeActorException is thrown by certain methods of the aa.core.ActorThread class to indicate that the caller cannot change its behavior.
ActorManager
          This class represents Actor Manager to handle the state information about actors that are working or created on this platform.
ActorMessage
          This class specifies a communication message between actors.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
ActorThread
          This class describes an actor thread.
BecomeActorException
          An BecomeActorException is thrown by certain methods of the aa.core.platform class to indicate that the caller cannot change its behavior.
CommunicationException
          An CommunicationException is thrown to indicate that an error happens during the actor communication.
Contract
          This class represents a contract
CreateActorException
          An CreateActorException is thrown by certain methods of the aa.core.platform class to indicate that the caller cannot create a new actor.
CyberOrg
          This class represents a cyberorg
CyberOrgManager
           
DelayedMessageManager
          This class manages communication messages for mobile actors that are in transit.
MessageManager
          This class delivers communication messages among actors.
MigrateActorException
          An MigrateActorException is thrown to indicate that an error happens during the actor migration.
MigrationManager
          This class specifies a Migration Manger to handle mobile actors.
Platform
          This class represents an actor platform.
SchedulerManager
          This class is the actor scheduler, and it schedules all actors on this platform
 

Classes in aa.core used by aa.drivers
Actor
          This class includes basic behavior of an actor.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
CyberOrg
          This class represents a cyberorg
FacilitatorActor
          This class represents a facilitator actor of a cyberorg
Platform
          This class represents an actor platform.
 

Classes in aa.core used by aa.gui
ActorManager
          This class represents Actor Manager to handle the state information about actors that are working or created on this platform.
ActorMessage
          This class specifies a communication message between actors.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
Platform
          This class represents an actor platform.
 

Classes in aa.core used by aa.tool
ActorMessage
          This class specifies a communication message between actors.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
 

Classes in aa.core used by aa.transport
ActorMessage
          This class specifies a communication message between actors.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
MessageManager
          This class delivers communication messages among actors.
 

Classes in aa.core used by app.quickstart.animal
Actor
          This class includes basic behavior of an actor.
 

Classes in aa.core used by app.quickstart.dm
Actor
          This class includes basic behavior of an actor.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
 

Classes in aa.core used by app.quickstart.hello
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
 

Classes in aa.core used by app.quickstart.hello3
Actor
          This class includes basic behavior of an actor.
 

Classes in aa.core used by app.quickstart.hello5
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).
 

Classes in aa.core used by app.quickstart.hello6
CommunicationException
          An CommunicationException is thrown to indicate that an error happens during the actor communication.
 

Classes in aa.core used by app.quickstart.sum
Actor
          This class includes basic behavior of an actor.
ActorName
          This class creates a window for MAA (Multi-Actor Architecture).