Package moses.member

Interface Summary
Agent This interface allows the objects implementing it to receive messages asynchronously from a Member instance.
GenericAgent This interface allows the objects implementing it to receive messages asynchronously from a Member instance.
 

Class Summary
Answer This class provides the callers of the generic_receive_lg method of the Member and ExMember classes with a structured object that stores the answers received from the controller.
ExMember This class represent the communication interface between an LGI agent and an external (non-LGI) agent.
GenericReceiver This class allows the receiving of LGI messages asynchronously, thus supplementing the Member class.
Member This class represents the communication interface between an agent and its controller.
Receiver This class allows the receiving of LGI messages asynchronously, thus supplementing the Member class.