Page MenuHomePhorge

SlotOfAgent.h
No OneTemporary

Size
573 B
Referenced Files
None
Subscribers
None

SlotOfAgent.h

#ifndef SLOTOFAGENT_HEADERFILE
#define SLOTOFAGENT_HEADERFILE
#include "ConfidenceModule.h"
#include "HistoryModule.h"
#include "Slot.h"
class SlotOfAgent : public Slot {
protected:
HistoryModule *historyModule;
ConfidenceModule *confidenceModule;
// Abstraction
public:
SlotOfAgent();
bool set_historyModule(HistoryModule *historyModule);
bool del_historyModule();
HistoryModule *get_historyModule();
bool set_confidenceModule(ConfidenceModule *confidenceModule);
bool del_confidenceModule();
ConfidenceModule *get_confidenceModule();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 10:20 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283019
Default Alt Text
SlotOfAgent.h (573 B)

Event Timeline