clipsmm - C++ CLIPS Interface Library

clipsmm logo
enum.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 CLIPSENUM_H
20 #define CLIPSENUM_H
21 
22 namespace CLIPS {
23 
27 typedef enum SalienceEvaluation {
32 
36 typedef enum ConflictResolution {
46 
47 }
48 
49 #endif
CLIPS::CONFLICT_DEPTH_STRATEGY
@ CONFLICT_DEPTH_STRATEGY
Definition: enum.h:54
CLIPS::CONFLICT_SIMPLICITY_STRATEGY
@ CONFLICT_SIMPLICITY_STRATEGY
Definition: enum.h:59
CLIPS::CONFLICT_DEFAULT_STRATEGY
@ CONFLICT_DEFAULT_STRATEGY
Definition: enum.h:61
CLIPS::CONFLICT_MEA_STRATEGY
@ CONFLICT_MEA_STRATEGY
Definition: enum.h:57
CLIPS::SALIENCE_EVAL_WHEN_ACTIVATED
@ SALIENCE_EVAL_WHEN_ACTIVATED
Definition: enum.h:63
CLIPS::CONFLICT_LEX_STRATEGY
@ CONFLICT_LEX_STRATEGY
Definition: enum.h:56
CLIPS::CONFLICT_BREADTH_STRATEGY
@ CONFLICT_BREADTH_STRATEGY
Definition: enum.h:55
CLIPS::CONFLICT_COMPLEXITY_STRATEGY
@ CONFLICT_COMPLEXITY_STRATEGY
Definition: enum.h:58
CLIPS::SalienceEvaluation
SalienceEvaluation
Definition: enum.h:44
CLIPS::SALIENCE_EVAL_EVERY_CYCLE
@ SALIENCE_EVAL_EVERY_CYCLE
Definition: enum.h:64
CLIPS::SALIENCE_EVAL_WHEN_DEFINED
@ SALIENCE_EVAL_WHEN_DEFINED
Definition: enum.h:62
CLIPS
Definition: activation.cpp:29
CLIPS::CONFLICT_RANDOM_STRATEGY
@ CONFLICT_RANDOM_STRATEGY
Definition: enum.h:60
CLIPS::ConflictResolution
ConflictResolution
Definition: enum.h:53

Generated on Tue Jan 28 2020 00:00:00 for clipsmm by doxygen 1.8.17