abolish_category/1


Description

abolish_category(Category)

Removes from the database a dynamic category.

Template and modes

abolish_category(@category_identifier)

Errors

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)

Examples

| ?- abolish_category(monitoring).

Previous | Next | Table of Contents | Bibliography | Glossary

Last updated on: July 29, 2002