Usage:change_id_clause(Cl,NCl)
Changes the Ids through Cl so that there is no conflict with other clauses already present in the analysis.
Usage:insert_after_clkey(Id,Cl)
Usage:remove_clauses_pred(Pred,Cls)
Removes from the database all clauses for predicate Pred of the form F/A and returns them in Cls.
Usage:add_all_clauses(Cls)
Asserts the list of clauses Cls to the temporal database.
Usage:add_new_preds(Preds)
This predicates adds predicates which were not defined before.
This predicate is needed for the initialization of the counters for Ids.
Usage:update_inc_clkey(NClKey)
Updates the value of the last id assigned by the program_keys module.
Usage:set_loaded_mods(M)
Sets the context (as a list of loaded modules) of the incremental analysis.
Usage:loaded_mods(Ms)
Returns the list of currently loaded modules.
Usage:set_analyzed_mods(M)
Sets the context (as a list of loaded modules) of the incremental analysis.
Usage:analyzed_mods(Ms)
Returns the list of currently loaded modules.