category_property/2
category_property(Category, Property)Enumerates, by backtracking, the properties associated with the defined categories.
category_property(?category_identifier, ?category_property)
- Category is neither a variable nor a valid category identifier:
type_error(category_identifier, Category)
- Property is neither a variable nor a valid category property:
domain_error(category_property, Property)
| ?- category_property(Category, dynamic).
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: August 6, 2002