public interface GroovyScriptExtension
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Method Summary
-
Method Details
-
load
Method used to load the extension and, usually, to bind methods or variables based on context objects- Parameters:
binding
- The context which functions will be created incontextObjects
- Context objects (ComputationManager, Writer, etc.) used in groovy script extensions
-
unload
void unload()
-