intarsys runtime library

de.intarsys.tools.functor
Interface IFunctorRegistry


public interface IFunctorRegistry

A registry for accessing IFunctor instances.


Method Summary
 IFunctor[] getFunctors()
          The collection of all registered IFunctor instances.
 IFunctor lookupFunctor(String id)
          The IFunctor registered with id or null .
 

Method Detail

getFunctors

IFunctor[] getFunctors()
The collection of all registered IFunctor instances.

Returns:
All registered IFunctor instances.

lookupFunctor

IFunctor lookupFunctor(String id)
The IFunctor registered with id or null .

Parameters:
id - The id of the IFunctor to lookup.
Returns:
The IFunctor registered with id or null.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.