#include <activation.h>


Public Types | |
| typedef CLIPSPointer< Activation > | pointer |
| typedef CLIPSPointer< Activation > | pointer |
Public Member Functions | |
| Activation (Environment &environment, void *cobj=NULL) | |
| ~Activation () | |
| std::string | name () |
| std::string | formatted () |
| bool | deactivate () |
| int | salience () |
| int | set_salience (int sal) |
| Activation::pointer | next () |
| Activation (Environment &environment, void *cobj=NULL) | |
| ~Activation () | |
| std::string | name () |
| std::string | formatted () |
| bool | deactivate () |
| int | salience () |
| int | set_salience (int sal) |
| Activation::pointer | next () |
Static Public Member Functions | |
| static Activation::pointer | create (Environment &environment, void *cobj=NULL) |
| static Activation::pointer | create (Environment &environment, void *cobj=NULL) |
Definition at line 31 of file activation.h.
| typedef CLIPSPointer<Activation> DACLIPS::Activation::pointer |
| typedef CLIPSPointer<Activation> DACLIPS::Activation::pointer |
| DACLIPS::Activation::Activation | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) |
Definition at line 31 of file activation.cpp.
| DACLIPS::Activation::~Activation | ( | ) |
Definition at line 39 of file activation.cpp.
| DACLIPS::Activation::Activation | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) |
| DACLIPS::Activation::~Activation | ( | ) |
| Activation::pointer DACLIPS::Activation::create | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) | [static] |
Definition at line 34 of file activation.cpp.
| std::string DACLIPS::Activation::name | ( | ) |
Definition at line 41 of file activation.cpp.
| std::string DACLIPS::Activation::formatted | ( | ) |
Definition at line 49 of file activation.cpp.
| bool DACLIPS::Activation::deactivate | ( | ) |
Definition at line 60 of file activation.cpp.
| int DACLIPS::Activation::salience | ( | ) |
Definition at line 68 of file activation.cpp.
| int DACLIPS::Activation::set_salience | ( | int | sal | ) |
Sets the salience value.
Definition at line 76 of file activation.cpp.
| Activation::pointer DACLIPS::Activation::next | ( | ) |
Definition at line 84 of file activation.cpp.
| static Activation::pointer DACLIPS::Activation::create | ( | Environment & | environment, | |
| void * | cobj = NULL | |||
| ) | [static] |
| std::string DACLIPS::Activation::name | ( | ) |
| std::string DACLIPS::Activation::formatted | ( | ) |
| bool DACLIPS::Activation::deactivate | ( | ) |
| int DACLIPS::Activation::salience | ( | ) |
| int DACLIPS::Activation::set_salience | ( | int | sal | ) |
Sets the salience value.
| Activation::pointer DACLIPS::Activation::next | ( | ) |
1.5.6