Class TaggableFactoryDecorator

Decorates a factory with tagging functionality.

class TaggableFactoryDecorator(T, Z) ;

Methods

NameDescription
decoratedSet the decorated object for decorator.
decoratedGet the decorated object.
factoryInstantiates something of type T.
locatorSet locator
tagTag object with some information
tagsSet tags
tagsGet all tagged information from this object.
typeGet the type info of T that is created.
untagRemove tagged information from object.