All Classes Summary |
AchieveREInitiator |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
AchieveREResponder |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
Agent |
This is the base class for implementing agents. |
AgentAction |
Action for Repast 3 agent execution in the simulation. |
AgentAction |
Action for Repast Simphony agent execution in the simulation. |
AgentController |
The controller for an agent. |
AgentScheduler |
This interface represents the scheduler for agents in the simulation. |
AID |
This new AID class, which extends the JADE version, provides a means to properly set and use a platform name. |
AMSService |
The AMSService is re-implemented to avoid blocking approaches, given SAJaS single thread nature. |
Behaviour |
Note: this class, as all classes in the sajas.core.behaviours package, has been re-implemented to redirect the use of the agent class to sajas.core.Agent . |
CompositeBehaviour |
|
ContainerController |
The controller for a container. |
ContractNetInitiator |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
ContractNetResponder |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
ConversationList |
Note: this class has been re-implemented to redirect the use of the agent class to SAJaS versions. |
CyclicBehaviour |
|
DataStore |
|
DFAgent |
SAJaS implementation of the DF agent. |
DFService |
The DFService is re-implemented to avoid blocking approaches, given SAJaS single thread nature. |
FIPAService |
FIPA services are re-implemented to avoid blocking approaches, given SAJaS single thread nature. |
FSMBehaviour |
|
HandlerSelector |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
IteratedAchieveREInitiator |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
MsgReceiver |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
OneShotBehaviour |
|
ParallelBehaviour |
|
PlatformController |
The controller for the SAJaS platform. |
ProposeInitiator |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
ProposeResponder |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
ReceiverBehaviour |
|
ReceiverBehaviour.Handle |
An interface representing ACL messages due to arrive within a time limit. |
ReceiverBehaviour.NotYetReady |
Exception class for timeouts. |
ReceiverBehaviour.TimedOut |
Exception class for timeouts. |
Repast3Launcher |
A SAJaS launcher for the Repast 3 simulation framework. |
RepastSLauncher |
A SAJaS launcher for the Repast Simphony simulation framework. |
ReplySender |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
Runtime |
SAJaS runtime, replicating JADE's API. |
SenderBehaviour |
|
SequentialBehaviour |
|
SerialBehaviour |
|
SimpleAchieveREInitiator |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
SimpleAchieveREResponder |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
SimpleBehaviour |
|
SSContractNetResponder |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
SSIteratedAchieveREResponder |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
SSIteratedContractNetResponder |
Note: this class has been re-implemented to redirect the use of the agent and behaviour classes to SAJaS versions. |
SSResponderDispatcher |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and conversation list classes to SAJaS versions. |
StateResetter |
Note: this class has been re-implemented to redirect the use of behaviour classes to SAJaS versions. |
SubscriptionInitiator |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
SubscriptionResponder |
Note: this class has been re-implemented to redirect the use of the agent, behaviour and protocol classes to SAJaS versions. |
SubscriptionResponder.Subscription |
Inner calss Subscription |
SubscriptionResponder.SubscriptionManager |
Inner interface SubscriptionManager. |
TickerBehaviour |
|
WakerBehaviour |
|
WrapperBehaviour |
This behaviour allows modifying on the fly the way an existing behaviour object works The following piece of code provides an example where we modify the done() method of an existing behaviour object to print on the standard output a proper message when the behaviour is completing. |