abolish_category/1
abolish_category(Category)Removes from the database a dynamic category.
abolish_category(@category_identifier)
- Category is a variable:
instantiation_error
- Category is not a valid category identifier:
type_error(category_identifier, Category)
- Category is an identifier of a static category:
permission_error(modify, static_category, Category)
- Category does not exist:
existence_error(category, Category)
| ?- abolish_category(monitoring).
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: October 21, 2001