category_property(Category, Property)
Enumerates, by backtracking, the properties associated with the defined categories. The valid category properties are listed in the language grammar.
category_property(?category_identifier, ?category_property)
type_error(category_identifier, Category)
type_error(callable, Property)
domain_error(category_property, Property)
| ?- category_property(Category, dynamic).
abolish_category/1
, create_category/4
, current_category/2
complements_object/2
, extends_category/2-3
, imports_category/2-3