ActiveTcl User Guide

xotcl/library/lib/mixinStrategy.xotcl xotcl/library/lib/mixinStrategy.xotcl


Package/File Information

Package provided: xotcl::mixinStrategy 0.8

Defined Objects/Classes:
Filename: xotcl/library/lib/mixinStrategy.xotcl

Description: 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')



Class: Object

Procs/Instprocs: add, mixinQueryStrategy, mixinStrategy, remove.

Instprocs







Back to index page.