Public Member Functions | |
LinkCompoundStatement (short op) | |
short | getOperator () |
void | addStatement (LinkStatement *statement) |
vector< LinkStatement * > * | getStatements () |
bool | isNegated () |
void | setNegated (bool neg) |
virtual vector< FormatterEvent * > * | getEvents () |
virtual bool | evaluate () |
Public Member Functions inherited from br::pucrio::telemidia::ginga::ncl::model::link::LinkCondition | |
bool | instanceOf (string s) |
Protected Member Functions | |
bool | returnEvaluationResult (bool result) |
Protected Attributes | |
vector< LinkStatement * > * | statements |
bool | negated |
short | op |
Protected Attributes inherited from br::pucrio::telemidia::ginga::ncl::model::link::LinkCondition | |
set< string > | typeSet |