|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFunctorRegistry
A registry for accessing IFunctor instances.
| Method Summary | |
|---|---|
IFunctor[] |
getFunctors()
The collection of all registered IFunctor instances. |
IFunctor |
lookupFunctor(String id)
The IFunctor registered with id or null
. |
| Method Detail |
|---|
IFunctor[] getFunctors()
IFunctor instances.
IFunctor instances.IFunctor lookupFunctor(String id)
IFunctor registered with id or null
.
id - The id of the IFunctor to lookup.
IFunctor registered with id or
null.
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||