clipsmm - C++ CLIPS Interface Library

clipsmm logo
Public Types | Public Member Functions | Static Public Member Functions
CLIPS::Rule Class Reference

#include <rule.h>

Inheritance diagram for CLIPS::Rule:
Inheritance graph
[legend]

List of all members.

Public Types

typedef CLIPSPointer< Rulepointer

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)

Detailed Description

Author:
Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu>

Member Typedef Documentation

typedef CLIPSPointer<Rule> CLIPS::Rule::pointer

Reimplemented from CLIPS::Object.


Constructor & Destructor Documentation

CLIPS::Rule::Rule ( Environment environment,
void *  cobj = NULL 
)

Referenced by create().

CLIPS::Rule::~Rule ( )

Member Function Documentation

bool CLIPS::Rule::activations_watched ( )
Rule::pointer CLIPS::Rule::create ( Environment environment,
void *  cobj = NULL 
) [static]
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 ( )
Rule::pointer CLIPS::Rule::next ( )
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)

The documentation for this class was generated from the following files:

Generated on Sun Feb 12 2012 17:07:50 for clipsmm by doxygen 1.7.4