de.intarsys.tools.functor
Interface IFunctorFactory


public interface IFunctorFactory

A factory for IFunctor objects.


Method Summary
 IFunctor createFunctor()
          Create a new IFunctor object.
 java.lang.String getId()
          The unique id for this IFunctorFactory instance.
 

Method Detail

createFunctor

IFunctor createFunctor()
                       throws ObjectCreationException
Create a new IFunctor object.

Returns:
The new IFunctor.
Throws:
ObjectCreationException

getId

java.lang.String getId()
The unique id for this IFunctorFactory instance.

Returns:
The unique id for this IFunctorFactory instance.