#include <rtreeactionrule.h>
Inheritance diagram for ActionSet:

Public Member Functions | |
| ActionSet (Node *iname, Constant *iattribute, Node *iexpr, bool iglobal) | |
| Constructor. | |
| virtual | ~ActionSet () |
| virtual void | execute (NameSpace &nameSpace) |
| virtual Action * | copy () const |
| virtual Action * | substitute (const Node::Assignment &assign) |
Private Attributes | |
| Node * | name |
| A name. | |
| const string | attribute |
| An attribute. | |
| Node * | expr |
| Expression that is evalueated. | |
| const bool | global |
| Is the name a global name. | |
Definition at line 29 of file rtreeactionrule.h.
|
||||||||||||||||||||
|
Constructor.
Definition at line 22 of file rtreeactionrule.cpp. Referenced by copy(). |
|
|
Definition at line 27 of file rtreeactionrule.cpp. |
|
|
Implements Action. Definition at line 38 of file rtreeactionrule.cpp. References ActionSet(), attribute, Node::copy(), expr, global, and name. |
|
|
Implements Action. Definition at line 32 of file rtreeactionrule.cpp. References attribute, Node::evaluate(), expr, global, name, NameSpace::setAttributeValue(), and Node::toString(). |
|
|
Implements Action. Definition at line 42 of file rtreeactionrule.cpp. References expr, name, and substituteNode(). |
|
|
An attribute.
Definition at line 33 of file rtreeactionrule.h. |
|
|
Expression that is evalueated.
Definition at line 35 of file rtreeactionrule.h. Referenced by copy(), execute(), substitute(), and ~ActionSet(). |
|
|
Is the name a global name.
Definition at line 37 of file rtreeactionrule.h. |
|
|
A name.
Definition at line 31 of file rtreeactionrule.h. Referenced by copy(), execute(), substitute(), and ~ActionSet(). |
1.3.3