Analyze annotation.
More...
#include <analyze.h>
Analyze annotation.
Definition at line 14 of file analyze.h.
Create a new analyze annotation.
Test all the conditions.
Compute the next state
For each true condition, figure out the state changes implied by the effects. Store the proposed changes in the updates map. Apply next state
Use the states computed by compute_next() to update the variables. Store the changed blocks in the changes set. Look up
the list of rules
Definition at line 24 of file analyze.h.
a pointer to the default rule
Definition at line 28 of file analyze.h.
Applicable rule.
After testing the conditions, compute_next() will determine a rule to fire. Store this rule here so that apply_next() can execute it.
Definition at line 35 of file analyze.h.
The documentation for this class was generated from the following file: