#include "setup.h"#include "classfun.h"#include "memalloc.h"#include "drive.h"#include "engine.h"#include "envrnmnt.h"#include "lgcldpnd.h"#include "multifld.h"#include "incrrset.h"#include "reteutil.h"#include "ruledlt.h"#include "reorder.h"#include "retract.h"#include "router.h"#include "objrtfnx.h"#include "objrtmch.h"#include "insmngr.h"

Go to the source code of this file.
Defines | |
| #define | _OBJRTMCH_SOURCE_ |
Functions | |
| globle void | ObjectMatchDelay (void *theEnv, DATA_OBJECT *result) |
| globle intBool | SetDelayObjectPatternMatching (void *theEnv, int value) |
| globle intBool | GetDelayObjectPatternMatching (void *theEnv) |
| globle OBJECT_PATTERN_NODE * | ObjectNetworkPointer (void *theEnv) |
| globle OBJECT_ALPHA_NODE * | ObjectNetworkTerminalPointer (void *theEnv) |
| globle void | SetObjectNetworkPointer (void *theEnv, OBJECT_PATTERN_NODE *value) |
| globle void | SetObjectNetworkTerminalPointer (void *theEnv, OBJECT_ALPHA_NODE *value) |
| globle void | ObjectNetworkAction (void *theEnv, int type, INSTANCE_TYPE *ins, int slotNameID) |
| globle void | ResetObjectMatchTimeTags (void *theEnv) |
| #define _OBJRTMCH_SOURCE_ |
Definition at line 68 of file objrtmch.c.
| globle intBool GetDelayObjectPatternMatching | ( | void * | theEnv | ) |
Definition at line 169 of file objrtmch.c.
| globle void ObjectMatchDelay | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 111 of file objrtmch.c.
| globle void ObjectNetworkAction | ( | void * | theEnv, | |
| int | type, | |||
| INSTANCE_TYPE * | ins, | |||
| int | slotNameID | |||
| ) |
Definition at line 260 of file objrtmch.c.
| globle OBJECT_PATTERN_NODE* ObjectNetworkPointer | ( | void * | theEnv | ) |
Definition at line 184 of file objrtmch.c.
| globle OBJECT_ALPHA_NODE* ObjectNetworkTerminalPointer | ( | void * | theEnv | ) |
Definition at line 198 of file objrtmch.c.
| globle void ResetObjectMatchTimeTags | ( | void * | theEnv | ) |
Definition at line 354 of file objrtmch.c.
| globle intBool SetDelayObjectPatternMatching | ( | void * | theEnv, | |
| int | value | |||
| ) |
Definition at line 142 of file objrtmch.c.
| globle void SetObjectNetworkPointer | ( | void * | theEnv, | |
| OBJECT_PATTERN_NODE * | value | |||
| ) |
Definition at line 213 of file objrtmch.c.
| globle void SetObjectNetworkTerminalPointer | ( | void * | theEnv, | |
| OBJECT_ALPHA_NODE * | value | |||
| ) |
Definition at line 230 of file objrtmch.c.
1.5.6