Package sudoku
Class SharedProtocols
- java.lang.Object
-
- sudoku.SharedProtocols
-
public class SharedProtocols extends Object
Class of protocols for exchanged messages between different types of agents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSharedProtocols.AssessmentProtocolProtocol for rewarding Players by the Teacher.static interfaceSharedProtocols.InspectionProtocolProtocol for inspecting the Player by the Teacher, initiated by Supervisor.static interfaceSharedProtocols.NegotiationsProtocolProtocol for negotiations between the Player and the Table.static interfaceSharedProtocols.NewIterationProtocolProtocol for starting new iteration by the Teacher, affecting both the Player and the Table.static interfaceSharedProtocols.RegisteringProtocolProtocol for registering both the Player and the Table by the Teacher.static interfaceSharedProtocols.TimeMeasurementProtocolProtocol between TimerManager and Timers, used when some time is measured in parallel.static interfaceSharedProtocols.ValidationProtocolProtocol for agents' validation with help of the Timer agent.
-
Constructor Summary
Constructors Constructor Description SharedProtocols()
-