Is it possible to add a new "set" of categories ?

I’m doing a new module and would like to add a “new” set of categories to categories module. I can see that all categories are “private” in categories.class.php (MAP_CAT_TABLE) and setup’ed at install time.
How can I add my own categories to my module ?
Do I have to make my own categories.class.php for my module ?