#include <ruledef.h>

Public Attributes | |
| struct constructHeader | header |
| int | salience |
| int | localVarCnt |
| unsigned int | complexity: 11 |
| unsigned int | afterBreakpoint: 1 |
| unsigned int | watchActivation: 1 |
| unsigned int | watchFiring: 1 |
| unsigned int | autoFocus: 1 |
| unsigned int | executing: 1 |
| struct expr * | dynamicSalience |
| struct expr * | actions |
| struct joinNode * | logicalJoin |
| struct joinNode * | lastJoin |
| struct defrule * | disjunct |
Definition at line 77 of file ruledef.h.
struct constructHeader defrule::header [read] |
| unsigned int defrule::complexity |
| unsigned int defrule::afterBreakpoint |
| unsigned int defrule::watchActivation |
| unsigned int defrule::watchFiring |
| unsigned int defrule::autoFocus |
| unsigned int defrule::executing |
struct expr* defrule::dynamicSalience [read] |
struct expr* defrule::actions [read] |
struct joinNode* defrule::logicalJoin [read] |
struct joinNode* defrule::lastJoin [read] |
struct defrule* defrule::disjunct [read] |
1.5.6