extends_object/2-3
extends_object(Prototype, Parent) extends_object(Prototype, Parent, Scope)Enumerates, by backtracking, all pairs of objects such that the first one extends the second.
extends_object(?object_identifier, ?object_identifier) extends_object(?object_identifier, ?object_identifier, ?scope)
- Prototype is neither a variable nor a valid object identifier:
type_error(object_identifier, Prototype)
- Parent is neither a variable nor a valid object identifier:
type_error(object_identifier, Parent)
- Scope is neither a variable nor a valid entity scope:
type_error(scope, Scope)
| ?- extends_object(Object, state_space). | ?- extends_object(Object, list, public).
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: August 6, 2002