clipsmm - C++ CLIPS Interface Library

clipsmm logo

CLIPS::Activation Class Reference

#include <activation.h>

Inheritance diagram for CLIPS::Activation:

Inheritance graph
[legend]

List of all members.

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 ()

Static Public Member Functions

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


Detailed Description

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

Member Typedef Documentation

typedef CLIPSPointer<Activation> CLIPS::Activation::pointer

Reimplemented from CLIPS::Object.


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 Wed Jul 29 12:04:14 2009 for clipsmm by doxygen 1.5.8