src/clipsrules/core/ruledef.c File Reference
#include "setup.h"
#include <stdio.h>
#include "agenda.h"
#include "drive.h"
#include "engine.h"
#include "envrnmnt.h"
#include "memalloc.h"
#include "pattern.h"
#include "retract.h"
#include "reteutil.h"
#include "rulebsc.h"
#include "rulecom.h"
#include "rulepsr.h"
#include "ruledlt.h"
#include "bload.h"
#include "rulebin.h"
#include "rulecmp.h"
#include "ruledef.h"
Go to the source code of this file.
Define Documentation
Function Documentation
| globle void AddBetaMemoriesToJoin |
( |
void * |
theEnv, |
|
|
struct joinNode * |
theNode | |
|
) |
| | |
| globle void* EnvFindDefrule |
( |
void * |
theEnv, |
|
|
char * |
defruleName | |
|
) |
| | |
| globle void* EnvGetNextDefrule |
( |
void * |
theEnv, |
|
|
void * |
defrulePtr | |
|
) |
| | |
| globle intBool EnvIsDefruleDeletable |
( |
void * |
theEnv, |
|
|
void * |
vTheDefrule | |
|
) |
| | |
| globle void InitializeDefrules |
( |
void * |
theEnv |
) |
|