|
Interface Summary | ||
ReceiverBehaviour.Handle | An interface representing ACL messages due to arrive within a time limit. |
Class Summary | |||
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 | |||
CyclicBehaviour | |||
DataStore | |||
FSMBehaviour | |||
OneShotBehaviour | |||
ParallelBehaviour | |||
ReceiverBehaviour | |||
SenderBehaviour | |||
SequentialBehaviour | |||
SerialBehaviour | |||
SimpleBehaviour | |||
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. |
Exception Summary | ||
ReceiverBehaviour.NotYetReady | Exception class for timeouts. | |
ReceiverBehaviour.TimedOut | Exception class for timeouts. |
|