#include <clipsmm/rule.h>
Inheritance diagram for CLIPS::Rule:
Vinyard, Jr. <rvinyard@cs.nmsu.edu>
Public Types | |
typedef CLIPSPointer< Rule > | pointer |
Public Member Functions | |
Rule (Environment &environment, void *cobj=NULL) | |
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) |