clipsmm - C++ CLIPS Interface Library

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

#include <activation.h>

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

Public Types

typedef CLIPSPointer< Activationpointer

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 ()
- 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 Activation::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::Activation::Activation ( Environment environment,
void *  cobj = NULL 
)

Referenced by create().

CLIPS::Activation::~Activation ( )

Member Function Documentation

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.

Returns
the old salience value

References CLIPS::Object::cobj(), CLIPS::Object::m_cobj, and CLIPS::EnvironmentObject::m_environment.


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