#include <rule.h>
Public Types | |
typedef CLIPSPointer< Rule > | pointer |
Public Member Functions | |
Rule (Environment &environment, void *cobj=NULL) | |
~Rule () | |
bool | is_breakpoint_set () |
std::string | module_name () |
std::string | name () |
std::string | formatted () |
bool | activations_watched () |
bool | firings_watched () |
Rule::pointer | next () |
bool | is_deletable () |
void | refresh () |
bool | remove_break () |
void | set_break () |
void | set_watch_activations (bool set=true) |
void | set_watch_firings (bool set=true) |
bool | retract () |
Static Public Member Functions | |
static Rule::pointer | create (Environment &environment, void *cobj=NULL) |
typedef CLIPSPointer<Rule> CLIPS::Rule::pointer |
Reimplemented from CLIPS::Object.
CLIPS::Rule::Rule | ( | Environment & | environment, |
void * | cobj = NULL |
||
) |
Referenced by create().
bool CLIPS::Rule::activations_watched | ( | ) |
Rule::pointer CLIPS::Rule::create | ( | Environment & | environment, |
void * | cobj = NULL |
||
) | [static] |
References Rule().
Referenced by CLIPS::Environment::get_rule(), CLIPS::Environment::get_rule_list_head(), and next().
bool CLIPS::Rule::firings_watched | ( | ) |
std::string CLIPS::Rule::formatted | ( | ) |
bool CLIPS::Rule::is_breakpoint_set | ( | ) |
bool CLIPS::Rule::is_deletable | ( | ) |
std::string CLIPS::Rule::module_name | ( | ) |
std::string CLIPS::Rule::name | ( | ) |
void CLIPS::Rule::refresh | ( | ) |
bool CLIPS::Rule::remove_break | ( | ) |
bool CLIPS::Rule::retract | ( | ) |
void CLIPS::Rule::set_break | ( | ) |
void CLIPS::Rule::set_watch_activations | ( | bool | set = true | ) |
void CLIPS::Rule::set_watch_firings | ( | bool | set = true | ) |