50 #ifndef _LINKCONDITION_H_
51 #define _LINKCONDITION_H_
59 #include "FormatterEvent.h"
60 using namespace ::br::pucrio::telemidia::ginga::ncl::model::event;
75 typeSet.insert(
"LinkCondition");
80 bool instanceOf(
string s) {
81 if (!typeSet.empty()) {
82 return (typeSet.find(s) != typeSet.end());
88 virtual vector<FormatterEvent*>* getEvents()=0;
98 #endif //_LINKCONDITION_H_
Definition: LinkCondition.h:69