clipsmm - C++ CLIPS Interface Library

clipsmm logo
activation.h
Go to the documentation of this file.
1/***************************************************************************
2 * Copyright (C) 2006 by Rick L. Vinyard, Jr. *
3 * rvinyard@cs.nmsu.edu *
4 * *
5 * This file is part of the clipsmm library. *
6 * *
7 * The clipsmm library is free software; you can redistribute it and/or *
8 * modify it under the terms of the GNU General Public License *
9 * version 3 as published by the Free Software Foundation. *
10 * *
11 * The clipsmm library is distributed in the hope that it will be *
12 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty *
13 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
14 * General Public License for more details. *
15 * *
16 * You should have received a copy of the GNU General Public License *
17 * along with this software. If not see <http://www.gnu.org/licenses/>. *
18 ***************************************************************************/
19#ifndef CLIPSACTIVATION_H
20#define CLIPSACTIVATION_H
21
22#include <string>
23
25
26namespace CLIPS {
27
32 public:
34
35 Activation( Environment& environment, void* cobj = NULL );
36
37 static Activation::pointer create( Environment& environment, void* cobj = NULL );
38
40
41 std::string name();
42
43 std::string formatted();
44
45 bool deactivate();
46
47 int salience();
48
53 int set_salience( int sal );
54
56
57 };
58
59}
60
61#endif
Definition activation.h:31
Activation::pointer next()
Definition activation.cpp:84
Activation(Environment &environment, void *cobj=NULL)
Definition activation.cpp:31
int set_salience(int sal)
Sets the salience value.
Definition activation.cpp:76
int salience()
Definition activation.cpp:68
static Activation::pointer create(Environment &environment, void *cobj=NULL)
Definition activation.cpp:34
std::string formatted()
Definition activation.cpp:49
CLIPSPointer< Activation > pointer
Definition activation.h:33
std::string name()
Definition activation.cpp:41
~Activation()
Definition activation.cpp:39
bool deactivate()
Definition activation.cpp:60
Definition environmentobject.h:32
Environment & environment() const
Definition environmentobject.cpp:33
Definition environment.h:57
void * cobj() const
Returns a pointer to the underlying CLIPS C object.
Definition object.cpp:33
Definition activation.cpp:29
#define CLIPSPointer
Definition pointer.h:28

Generated on Wed Jul 17 2024 00:00:00 for clipsmm by doxygen 1.12.0