instantiates_class/2-3
instantiates_class(Instance, Class) instantiates_class(Instance, Class, Scope)Enumerates, by backtracking, all pairs of objects such that the first one instantiates the second.
instantiates_class(?object_identifier, ?object_identifier) instantiates_class(?object_identifier, ?object_identifier, ?scope)
- Instance is neither a variable nor a valid object identifier:
type_error(object_identifier, Instance)
- Class is neither a variable nor a valid object identifier:
type_error(object_identifier, Class)
- Scope is neither a variable nor a valid entity scope:
type_error(scope, Scope)
| ?- instantiates_class(water_jug, state_space). | ?- instantiates_class(Space, state_space, public).
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: October 21, 2001