src/clipsrules/core/retract.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "setup.h"
#include "agenda.h"
#include "argacces.h"
#include "constant.h"
#include "drive.h"
#include "engine.h"
#include "envrnmnt.h"
#include "lgcldpnd.h"
#include "match.h"
#include "memalloc.h"
#include "network.h"
#include "reteutil.h"
#include "router.h"
#include "symbol.h"
#include "retract.h"
Go to the source code of this file.
Define Documentation
Function Documentation
| void DeletePartialMatches |
( |
void * |
theEnv, |
|
|
struct partialMatch * |
listOfPMs | |
|
) |
| | |
| globle void DestroyPartialMatch |
( |
void * |
theEnv, |
|
|
struct partialMatch * |
waste | |
|
) |
| | |
| globle void FlushGarbagePartialMatches |
( |
void * |
theEnv |
) |
|
| globle void NetworkRetract |
( |
void * |
theEnv, |
|
|
struct patternMatch * |
listOfMatchedPatterns | |
|
) |
| | |
| globle void PosEntryRetractAlpha |
( |
void * |
theEnv, |
|
|
struct partialMatch * |
alphaMatch | |
|
) |
| | |
| globle void ReturnPartialMatch |
( |
void * |
theEnv, |
|
|
struct partialMatch * |
waste | |
|
) |
| | |