2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind.lib
Back to master index

[public] Schema hivemind.lib.StrategyRegistry
Used with the hivemind.lib.StrategyFactory to define a set of classes and corresponding strategies
Element <strategy>
Attribute class (required) Translator: class
The class (or interface) to register the stategy against.
Attribute object (required) Translator: object
The stategy instance that corresponds to objects of the given class.
Conversion Rules
<conversion class="strategy.StrategyContribution" >
  • <map attribute="class" property="registerClass" />
  • <map attribute="object" property="strategy" />
</conversion>

Module hivemind.lib
Back to master index