Show
Ignore:
Timestamp:
12/12/07 13:35:02 (13 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/objects.html

    r3833 r3960  
    347347 
    348348<p> 
    349 Logtalk provides five sets of built-in predicates that enable us to query the system about the possible relationships that an object may have with other entities. 
     349Logtalk 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. 
    350350</p> 
    351351<p> 
     
    392392Note 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. 
    393393</p> 
     394<p> 
     395To 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> 
     400Note that more than one category may explicitly complement a single object. 
     401</p> 
     402 
    394403 
    395404<h2 id="objects_properties">Object properties</h2> 
     
    430439    <div class="copyright"> 
    431440        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <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> 
    433442    </div> 
    434443    <div class="navbottom">