#include <clipsmm/activation.h>
Inheritance diagram for CLIPS::Activation:

Vinyard, Jr. <rvinyard@cs.nmsu.edu>
Public Types | |
| typedef CLIPSPointer< Activation > | pointer |
Public Member Functions | |
| Activation (Environment &environment, void *cobj=NULL) | |
| std::string | name () |
| std::string | formatted () |
| bool | deactivate () |
| int | salience () |
| int | set_salience (int sal) |
| Sets the salience value. | |
| Activation::pointer | next () |
Static Public Member Functions | |
| static Activation::pointer | create (Environment &environment, void *cobj=NULL) |
| int CLIPS::Activation::set_salience | ( | int | sal | ) |
Sets the salience value.
1.5.1