public interface IFunctorFactory
IFunctor
objects.Modifier and Type | Method and Description |
---|---|
IFunctor |
createFunctor()
Create a new
IFunctor object. |
java.lang.String |
getId()
The unique id for this
IFunctorFactory instance. |
IFunctor createFunctor() throws ObjectCreationException
IFunctor
object.IFunctor
.ObjectCreationException
java.lang.String getId()
IFunctorFactory
instance.
IFunctorFactory
instance.