public static interface IScriptLanguage.IParsedScript
| Modifier and Type | Method and Description |
|---|---|
default Object |
run()
Executes the compiled script.
|
Object |
run(Map<String,Object> variables)
Executes the compiled script with optional variables.
|
Object run(Map<String,Object> variables)
variables - Optional variable assignments (may be null).default Object run()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.