Index: doc/mixinStrategy-xotcl.html =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r4dd2595d98574faaac87f5dd33b542516fdff5df --- doc/mixinStrategy-xotcl.html (.../mixinStrategy-xotcl.html) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ doc/mixinStrategy-xotcl.html (.../mixinStrategy-xotcl.html) (revision 4dd2595d98574faaac87f5dd33b542516fdff5df) @@ -3,6 +3,7 @@ XOTcl - Documentation -- ./library/lib/mixinStrategy.xotcl + @@ -12,7 +13,7 @@

Package/File Information

- Package provided: xotcl::mixinStrategy 0.8 + No package provided/required

Defined Objects/Classes: @@ -39,16 +40,16 @@ - These methods provide support for managing "strategies", i.e. - mixin-classes, where only one kind of a family of conformant - mixins should be registered. -

- Naming convertions for strategies: - All strategies must follow the naming convention 'kind=implementation'. - Examples are the persistency strategy 'eager' specfied as - 'persistent=eager' or the persistency strategy 'lazy' (specified as - 'persistent=lazy') - + These methods provide support for managing "strategies", i.e. + mixin-classes, where only one kind of a family of conformant + mixins should be registered. +

+ Naming convertions for strategies: + All strategies must follow the naming convention 'kind=implementation'. + Examples are the persistency strategy 'eager' specfied as + 'persistent=eager' or the persistency strategy 'lazy' (specified as + 'persistent=lazy') + @@ -87,10 +88,10 @@ - This method adds or replaces a new strategy from the mixin - list. Strategies are named following the converntion mentioned - above. - + This method adds or replaces a new strategy from the mixin + list. Strategies are named following the convention mentioned + above. + @@ -125,9 +126,9 @@ - This method searches the mixin list for a mixin of this - kind (starting with $kind=) - + This method searches the mixin list for a mixin of this + kind (starting with $kind=) +