50 #ifndef _ASSESSMENT_H_
51 #define _ASSESSMENT_H_
62 namespace connectors {
69 typeSet.insert(
"Assessment");
76 virtual string toString(){
return "";};
77 virtual bool instanceOf(
string type) {
78 return typeSet.count(type);
87 #endif //_ASSESSMENT_H_
Definition: Assessment.h:63