Changeset 4597 for trunk/manuals

Show
Ignore:
Timestamp:
11/20/08 17:44:34 (7 weeks ago)
Author:
pmoura
Message:

Added definition of singleton methods to the Logtalk glossary.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/glossary.html

    r4386 r4597  
    122122 
    123123<dt id="method" class="glossary"><strong>method</strong></dt> 
    124 <dd>Set of predicate clauses used to answer a message sent to an object. Logtalk uses dynamic binding to find which method to run to answer a message.</dd> 
     124<dd>Set of predicate clauses used to answer a message sent to an object. Logtalk supports both static binding and dynamic binding to find which method to run to answer a message.</dd> 
     125 
     126<dd><dl> 
     127 
     128<dt id="singleton_method" class="glossary"><strong>singleton method</strong></dt> 
     129<dd>A method defined in an instance itself. Singleton methods are supported in Logtalk and can also be found in other object-oriented programming languages.</dd> 
     130 
     131</dl></dd> 
    125132 
    126133<dt id="monitor" class="glossary"><strong>monitor</strong></dt> 
     
    195202    <div class="copyright"> 
    196203        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    197         <span>Last updated on: July 17, 2008</span> 
     204        <span>Last updated on: November 20, 2008</span> 
    198205    </div> 
    199206    <div class="navbottom">