public interface IFunctorOutlet
| Modifier and Type | Method and Description |
|---|---|
List<IFunctorFactory> |
getFunctorFactories() |
IFunctorFactory |
lookupFunctorFactory(String id) |
void |
registerFunctorFactory(String id,
IFunctorFactory factory) |
void |
unregisterFunctorFactory(IFunctorFactory factory) |
List<IFunctorFactory> getFunctorFactories()
IFunctorFactory lookupFunctorFactory(String id)
void registerFunctorFactory(String id, IFunctorFactory factory)
void unregisterFunctorFactory(IFunctorFactory factory)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.