Package tdi :: Module interfaces :: Class FilterFactoryInterface
[frames] | no frames]

Class FilterFactoryInterface

source code

object --+
         |
        FilterFactoryInterface

Interface for a factory returning a filter
Instance Methods
BuildingListenerInterface
__call__(self, builder)
Determine the actual filter instance
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__call__(self, builder)
(Call operator)

source code 
Determine the actual filter instance
Parameters:
Returns: BuildingListenerInterface
The new filter instance