Changeset 3960 for trunk/manuals/userman/objects.html
- Timestamp:
- 12/12/07 13:35:02 (13 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/objects.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/objects.html
r3833 r3960 347 347 348 348 <p> 349 Logtalk provides fivesets of built-in predicates that enable us to query the system about the possible relationships that an object may have with other entities.349 Logtalk provides six sets of built-in predicates that enable us to query the system about the possible relationships that an object may have with other entities. 350 350 </p> 351 351 <p> … … 392 392 Note that, if we use an uninstantiated variable for the first argument, we will need to use the <a title="Consult reference manual" href="../refman/builtins/current_object1.html"><code>current_object/1</code></a> built-in predicate to ensure that the entity returned is an object and not a category. 393 393 </p> 394 <p> 395 To find which objects are explicitly complement by categories we can use the 396 <a title="Consult reference manual" href="../refman/builtins/complements_object2.html"><code>complements_object/2</code></a> built-in predicate: 397 </p> 398 <pre>| ?- complements_object(Category, Object).</pre> 399 <p> 400 Note that more than one category may explicitly complement a single object. 401 </p> 402 394 403 395 404 <h2 id="objects_properties">Object properties</h2> … … 430 439 <div class="copyright"> 431 440 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 432 <span>Last updated on: June 19, 2007</span>441 <span>Last updated on: December 9, 2007</span> 433 442 </div> 434 443 <div class="navbottom">
