clipsmm - C++ CLIPS Interface Library

clipsmm logo
Public Types | Public Member Functions | Static Public Member Functions | List of all members
CLIPS::Rule Class Reference

#include <rule.h>

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

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 ()
- Public Member Functions inherited from CLIPS::EnvironmentObject
 EnvironmentObject (Environment &environment, void *cobj=NULL)
 ~EnvironmentObject ()
Environmentenvironment () const
- Public Member Functions inherited from CLIPS::Object
 Object (void *cobj=NULL)
 ~Object ()
void * cobj () const
 Returns a pointer to the underlying CLIPS C object.

Static Public Member Functions

static Rule::pointer create (Environment &environment, void *cobj=NULL)

Additional Inherited Members

- Protected Attributes inherited from CLIPS::EnvironmentObject
Environmentm_environment

Detailed Description

Author
Rick L. Vinyard, Jr. rviny.nosp@m.ard@.nosp@m.cs.nm.nosp@m.su.e.nosp@m.du

Member Typedef Documentation

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 Thu Sep 27 2012 17:57:05 for clipsmm by doxygen 1.8.1.2