hep.aida.dev
Interface IDevFunctionCatalog
-
- All Superinterfaces:
- IFunctionCatalog
- All Known Implementing Classes:
- FunctionCatalog
public interface IDevFunctionCatalog extends IFunctionCatalog
Developer interface for function catalog.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IFunctioncreate(java.lang.String name)Load implementation of a model function from a persistent storage and create a new object.
-
-
-
Method Detail
-
create
IFunction create(java.lang.String name)
Load implementation of a model function from a persistent storage and create a new object. Look-up for the proper shared library with the code for the function and load if not already loaded. This is much more that a simple factory method and in fact is a part of developper interface - user can use createFunctionByName from IFunctionFactory.
-
-
DMelt 3.0 © DataMelt by jWork.ORG