Class TaggableFactoryDecorator

Decorates a factory with tagging functionality.

class TaggableFactoryDecorator(T, Z) ;

Fields

NameTypeDescription
tags_ Z[]

Methods

NameDescription
factory Instantiates something of type T.
locator Set locator
tag Tag object with some information
tags Set tags
tags Get all tagged information from this object.
type Get the type info of T that is created.
untag Remove tagged information from object.