Changeset 4500 for trunk/manuals
- Timestamp:
- 10/12/08 08:36:44 (3 months ago)
- Location:
- trunk/manuals
- Files:
-
- 8 modified
-
index.html (modified) (1 diff)
-
refman/index.html (modified) (1 diff)
-
refman/methods/asserta1.html (modified) (2 diffs)
-
refman/methods/assertz1.html (modified) (2 diffs)
-
refman/methods/clause2.html (modified) (2 diffs)
-
refman/methods/retract1.html (modified) (2 diffs)
-
refman/methods/retractall1.html (modified) (2 diffs)
-
refman/refman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4497 r4500 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: October 1 1, 2008</span>34 <span>Last updated on: October 12, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/refman/index.html
r4494 r4500 321 321 <div class="copyright"> 322 322 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 323 <span>Last updated on: October 7, 2008</span>323 <span>Last updated on: October 12, 2008</span> 324 324 </div> 325 325 <div class="navbottom"> -
trunk/manuals/refman/methods/asserta1.html
r4386 r4500 27 27 asserta((Head:-Body))</pre> 28 28 <p> 29 Asserts a clause as the first one for an object's dynamic predicate. If the predicate is not already declared, then a dynamic predicate declaration is added to the object. 29 Asserts a clause as the first one for an object's dynamic predicate. If the predicate is not already declared, then a dynamic predicate declaration is added to the object. 30 </p> 31 <p> 32 This method may be used to assert clauses for predicates that are not declared dynamic for dynamic objects provided that the predicates are declared in <em>this</em>. This allows easy initialization of dynamically created objects when writing constructors. 30 33 </p> 31 34 … … 65 68 <div class="copyright"> 66 69 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 67 <span>Last updated on: October 26, 2006</span>70 <span>Last updated on: October 12, 2008</span> 68 71 </div> 69 72 <div class="navbottom"> -
trunk/manuals/refman/methods/assertz1.html
r4386 r4500 27 27 assertz((Head:-Body))</pre> 28 28 <p> 29 Asserts a clause as the last one for an object's dynamic predicate. If the predicate is not already declared, then a dynamic predicate declaration is added to the object. 29 Asserts a clause as the last one for an object's dynamic predicate. If the predicate is not already declared, then a dynamic predicate declaration is added to the object. 30 </p> 31 <p> 32 This method may be used to assert clauses for predicates that are not declared dynamic for dynamic objects provided that the predicates are declared in <em>this</em>. This allows easy initialization of dynamically created objects when writing constructors. 30 33 </p> 31 34 … … 65 68 <div class="copyright"> 66 69 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 67 <span>Last updated on: October 26, 2006</span>70 <span>Last updated on: October 12, 2008</span> 68 71 </div> 69 72 <div class="navbottom"> -
trunk/manuals/refman/methods/clause2.html
r4386 r4500 27 27 <p> 28 28 Enumerates, by backtracking, the clauses of an object's dynamic predicates. 29 </p> 30 <p> 31 This method may be used to enumarete clauses for predicates that are not declared dynamic for dynamic objects provided that the predicates are declared in <em>this</em>. 29 32 </p> 30 33 … … 66 69 <div class="copyright"> 67 70 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 68 <span>Last updated on: October 26, 2006</span>71 <span>Last updated on: October 12, 2008</span> 69 72 </div> 70 73 <div class="navbottom"> -
trunk/manuals/refman/methods/retract1.html
r4386 r4500 27 27 retract((Head:-Body))</pre> 28 28 <p> 29 Retracts a dynamic clause from an object. 29 Retracts a dynamic clause from an object. 30 </p> 31 <p> 32 This method may be used to retract clauses for predicates that are not declared dynamic for dynamic objects provided that the predicates are declared in <em>this</em>. 30 33 </p> 31 34 … … 65 68 <div class="copyright"> 66 69 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 67 <span>Last updated on: October 26, 200 6</span>70 <span>Last updated on: October 26, 2008</span> 68 71 </div> 69 72 <div class="navbottom"> -
trunk/manuals/refman/methods/retractall1.html
r4386 r4500 27 27 <p> 28 28 Retracts all matching predicates from an object. 29 </p> 30 <p> 31 This method may be used to retract clauses for predicates that are not declared dynamic for dynamic objects provided that the predicates are declared in <em>this</em>. 29 32 </p> 30 33 … … 64 67 <div class="copyright"> 65 68 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 66 <span>Last updated on: October 26, 2006</span>69 <span>Last updated on: October 12, 2008</span> 67 70 </div> 68 71 <div class="navbottom"> -
trunk/manuals/refman/refman.header
r4494 r4500 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on October 7, 2008</p>38 <p class="date">Last updated on October 12, 2008</p> 39 39 </div> 40 40
