#include "rulecontext.h"
Go to the source code of this file.
Data Structures | |
class | Action |
A virtual class for action that can be performed in rules. More... | |
class | ActionList |
A list of actions. More... | |
class | ActionRule |
When the imput is mathced the rule performs some action. More... | |
class | ActionSet |
Sets the value of an attribute. More... | |
class | ActionWrite |
Writes something on the cout. More... | |
class | RuleWithActionRule |
When the given rule is succesfully executes this rule performs some action. More... |