50 #ifndef _EVENTTRANSITIONASSESSMENT_H_
51 #define _EVENTTRANSITIONASSESSMENT_H_
53 #include "util/functions.h"
54 using namespace ::br::pucrio::telemidia::util;
56 #include "Assessment.h"
62 namespace connectors {
70 short getTransition();
71 void setTransition(
short newTransition);
73 bool instanceOf(
string type) {
74 return Assessment::instanceOf(type);
83 #endif //_EVENTTRANSITIONASSESSMENT_H_
Definition: Assessment.h:63
Definition: EventTransitionAssessment.h:63