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 IFunctorOutlet
public IFunctorFactory lookupFunctorFactory(java.lang.String id)
lookupFunctorFactory
in interface IFunctorOutlet
public void registerFunctorFactory(IFunctorFactory factory)
registerFunctorFactory
in interface IFunctorOutlet
public void unregisterFunctorFactory(IFunctorFactory factory)
unregisterFunctorFactory
in interface IFunctorOutlet