50 #ifndef ATTRIBUTEASSESSMENT_H_
51 #define ATTRIBUTEASSESSMENT_H_
53 #include "util/functions.h"
54 using namespace ::br::pucrio::telemidia::util;
56 #include "Assessment.h"
57 #include "EventUtil.h"
68 namespace connectors {
78 void setMaxCon(
int max);
79 void setMinCon(
int min);
80 short getAttributeType();
81 void setAttributeType(
short attribute);
83 void setKey(
string key);
85 void setOffset(
string offset);
87 bool instanceOf(
string type) {
88 return Assessment::instanceOf(type);
Definition: AttributeAssessment.h:69
Definition: Assessment.h:63