public class StandardFunctorOutlet extends java.lang.Object implements IFunctorOutlet
| Constructor and Description |
|---|
StandardFunctorOutlet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFunctorFactory> |
getFunctorFactories() |
IFunctorFactory |
lookupFunctorFactory(java.lang.String id) |
void |
registerFunctorFactory(IFunctorFactory factory) |
void |
unregisterFunctorFactory(IFunctorFactory factory) |
public java.util.List<IFunctorFactory> getFunctorFactories()
getFunctorFactories in interface IFunctorOutletpublic IFunctorFactory lookupFunctorFactory(java.lang.String id)
lookupFunctorFactory in interface IFunctorOutletpublic void registerFunctorFactory(IFunctorFactory factory)
registerFunctorFactory in interface IFunctorOutletpublic void unregisterFunctorFactory(IFunctorFactory factory)
unregisterFunctorFactory in interface IFunctorOutlet