category_property/2


Description

category_property(Category, Property)

Enumerates, by backtracking, the properties associated with the defined categories.

Template and modes

category_property(?category_identifier, ?category_property)

Errors

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)

Examples

| ?- category_property(Category, dynamic).

Previous | Next | Table of Contents | Bibliography | Glossary

Last updated on: October 21, 2001