#include <activation.h>
Public Types | |
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) |
Sets the salience value. | |
Activation::pointer | next () |
Static Public Member Functions | |
static Activation::pointer | create (Environment &environment, void *cobj=NULL) |
typedef CLIPSPointer<Activation> CLIPS::Activation::pointer |
Reimplemented from CLIPS::Object.
CLIPS::Activation::Activation | ( | Environment & | environment, | |
void * | cobj = NULL | |||
) |
Referenced by create().
CLIPS::Activation::~Activation | ( | ) |
Activation::pointer CLIPS::Activation::create | ( | Environment & | environment, | |
void * | cobj = NULL | |||
) | [static] |
bool CLIPS::Activation::deactivate | ( | ) |
std::string CLIPS::Activation::formatted | ( | ) |
std::string CLIPS::Activation::name | ( | ) |
Activation::pointer CLIPS::Activation::next | ( | ) |
int CLIPS::Activation::salience | ( | ) |
int CLIPS::Activation::set_salience | ( | int | sal | ) |
Sets the salience value.
References CLIPS::Object::cobj(), CLIPS::Object::m_cobj, and CLIPS::EnvironmentObject::m_environment.