| theantecedents_ | an antecedent is defined as an AIPremise plus other parameters such as allowing for the premise to expire |
| num_of_params_in_antecs_to_check_ | the premise ID (params[0]) counts toward this number |
| consequentstateinput_ | the input to send to the finite state machine if all antecedents are true |
| timesfound_ | check for AT LEAST this many instances of the premise for the antecedent to be true (default will be once/prem) |
| accept_only_new_since_state_change_ | if true, premises inserted into the AIKB before the last state change are ignored |
| secondsold_ | premises in the AIKB older than this are ignored (-1 means that none expire) |
| consekbprems_ | premises added to an object's knowledge base if all antecedents are true |
| remkbprems_ | premises removed from an object's knowledge base if all antecedents are true |
| remall_ | remove all instances of the remkbprems_ if they are found? |