public interface IPythonScriptRegistry extends IScriptRegistry
IScriptRegistry to also add mapping from Script used in EASE world to String used in Python world.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReference(Script script)
Return the reference
String for this Script. |
Script |
getScript(java.lang.String reference)
Return the
Script identified by this reference String. |
getResource, getScript, put