Page MenuHomePhorge

Evaluation.h
No OneTemporary

Size
333 B
Referenced Files
None
Subscribers
None

Evaluation.h

#ifndef EVALUATION_HEADERFILE
#define EVALUATION_HEADERFILE
#include "Agent.h"
class Evaluation {
private:
Agent agent;
public:
Evaluation();
Evaluation(Agent a);
void set_agent(Agent a);
Agent get_agent();
void evaluate_scores_of_mounted_sensor();
int evaluate_score_of_Agent();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 9:33 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
280947
Default Alt Text
Evaluation.h (333 B)

Event Timeline