#include <stdio.h>#include <string.h>#include "setup.h"#include "argacces.h"#include "constant.h"#include "crstrtgy.h"#include "engine.h"#include "envrnmnt.h"#include "extnfunc.h"#include "memalloc.h"#include "moduldef.h"#include "modulutl.h"#include "multifld.h"#include "reteutil.h"#include "retract.h"#include "router.h"#include "rulebsc.h"#include "ruledef.h"#include "strngrtr.h"#include "sysdep.h"#include "watch.h"#include "agenda.h"

Go to the source code of this file.
Defines | |
| #define | _AGENDA_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | InitializeAgenda (void *theEnv) |
| globle void | AddActivation (void *theEnv, void *vTheRule, void *vBinds) |
| globle void | ClearRuleFromAgenda (void *theEnv, void *vTheRule) |
| globle void * | EnvGetNextActivation (void *theEnv, void *actPtr) |
| globle char * | EnvGetActivationName (void *theEnv, void *actPtr) |
| globle int | EnvSetActivationSalience (void *theEnv, void *actPtr, int value) |
| globle void | EnvGetActivationPPForm (void *theEnv, char *buffer, unsigned bufferLength, void *theActivation) |
| globle void | EnvGetActivationBasisPPForm (void *theEnv, char *buffer, unsigned bufferLength, void *vTheActivation) |
| globle intBool | MoveActivationToTop (void *theEnv, void *vtheActivation) |
| globle intBool | EnvDeleteActivation (void *theEnv, void *theActivation) |
| globle intBool | DetachActivation (void *theEnv, void *vTheActivation) |
| globle void | EnvAgenda (void *theEnv, char *logicalName, void *vTheModule) |
| globle void | RemoveActivation (void *theEnv, void *vTheActivation, int updateAgenda, int updateLinks) |
| globle void | RemoveAllActivations (void *theEnv) |
| globle int | EnvGetAgendaChanged (void *theEnv) |
| globle void | EnvSetAgendaChanged (void *theEnv, int value) |
| globle void | EnvReorderAgenda (void *theEnv, void *vTheModule) |
| globle unsigned long | GetNumberOfActivations (void *theEnv) |
| globle void | RefreshCommand (void *theEnv) |
| globle intBool | EnvRefresh (void *theEnv, void *theRule) |
| globle void | RefreshAgendaCommand (void *theEnv) |
| globle void | EnvRefreshAgenda (void *theEnv, void *vTheModule) |
| globle void * | SetSalienceEvaluationCommand (void *theEnv) |
| globle void * | GetSalienceEvaluationCommand (void *theEnv) |
| globle intBool | EnvGetSalienceEvaluation (void *theEnv) |
| globle intBool | EnvSetSalienceEvaluation (void *theEnv, int value) |
| globle void | AgendaCommand (void *theEnv) |
| globle void AddActivation | ( | void * | theEnv, | |
| void * | vTheRule, | |||
| void * | vBinds | |||
| ) |
| globle void ClearRuleFromAgenda | ( | void * | theEnv, | |
| void * | vTheRule | |||
| ) |
| globle intBool DetachActivation | ( | void * | theEnv, | |
| void * | vTheActivation | |||
| ) |
| globle void EnvAgenda | ( | void * | theEnv, | |
| char * | logicalName, | |||
| void * | vTheModule | |||
| ) |
| globle intBool EnvDeleteActivation | ( | void * | theEnv, | |
| void * | theActivation | |||
| ) |
| globle void EnvGetActivationBasisPPForm | ( | void * | theEnv, | |
| char * | buffer, | |||
| unsigned | bufferLength, | |||
| void * | vTheActivation | |||
| ) |
| globle char* EnvGetActivationName | ( | void * | theEnv, | |
| void * | actPtr | |||
| ) |
| globle void EnvGetActivationPPForm | ( | void * | theEnv, | |
| char * | buffer, | |||
| unsigned | bufferLength, | |||
| void * | theActivation | |||
| ) |
| globle void* EnvGetNextActivation | ( | void * | theEnv, | |
| void * | actPtr | |||
| ) |
| globle intBool EnvRefresh | ( | void * | theEnv, | |
| void * | theRule | |||
| ) |
| globle void EnvRefreshAgenda | ( | void * | theEnv, | |
| void * | vTheModule | |||
| ) |
| globle void EnvReorderAgenda | ( | void * | theEnv, | |
| void * | vTheModule | |||
| ) |
| globle int EnvSetActivationSalience | ( | void * | theEnv, | |
| void * | actPtr, | |||
| int | value | |||
| ) |
| globle void EnvSetAgendaChanged | ( | void * | theEnv, | |
| int | value | |||
| ) |
| globle intBool EnvSetSalienceEvaluation | ( | void * | theEnv, | |
| int | value | |||
| ) |
| globle unsigned long GetNumberOfActivations | ( | void * | theEnv | ) |
| globle void* GetSalienceEvaluationCommand | ( | void * | theEnv | ) |
| globle intBool MoveActivationToTop | ( | void * | theEnv, | |
| void * | vtheActivation | |||
| ) |
| globle void RemoveActivation | ( | void * | theEnv, | |
| void * | vTheActivation, | |||
| int | updateAgenda, | |||
| int | updateLinks | |||
| ) |
| globle void* SetSalienceEvaluationCommand | ( | void * | theEnv | ) |
1.5.6