|
| SimpleRule (string id, string attr, short op, string val) |
|
string | getAttribute () |
|
short | getOperator () |
|
string | getValue () |
|
void | setOperator (short newOp) |
|
void | setValue (string newValue) |
|
string | toString () |
|
void | setAttribute (string someAttribute) |
|
| Rule (string id) |
|
| Entity (string someId) |
|
void | printHierarchy () |
|
bool | instanceOf (string s) |
|
int | compareTo (Entity *otherEntity) |
|
string | getId () |
|
int | hashCode () |
|
virtual void | setId (string someId) |
|
virtual Entity * | getDataEntity () |
|
|
static bool | hasInstance (Entity *instance, bool eraseFromList) |
|
set< string > | typeSet |
|
The documentation for this class was generated from the following files:
- ncl30/include/ncl/switches/SimpleRule.h
- ncl30/src/switches/SimpleRule.cpp