Uses of Class
adams.core.scripting.AbstractJepScriptlet
-
Packages that use AbstractJepScriptlet Package Description adams.core.scripting -
-
Uses of AbstractJepScriptlet in adams.core.scripting
Subclasses of AbstractJepScriptlet in adams.core.scripting Modifier and Type Class Description classFlowJepScriptletEncapsulates Jep/Python scripts that are run in the flow.classSimpleJepScriptletSimple script that gets executed in memory, line by line.Fields in adams.core.scripting with type parameters of type AbstractJepScriptlet Modifier and Type Field Description protected LinkedBlockingQueue<AbstractJepScriptlet>JepScriptingEngineThread. m_Scriptletsthe current command queue.Methods in adams.core.scripting with parameters of type AbstractJepScriptlet Modifier and Type Method Description voidJepScriptingEngine. add(AbstractJepScriptlet scriplet)Places the scriplet in the processing queue.voidJepScriptingEngineThread. add(AbstractJepScriptlet scriptlet)Adds the scriptlet to the queue.protected StringJepScriptingEngineThread. doProcess(AbstractJepScriptlet scriptlet)Executes the given scriptlet.protected voidJepScriptingEngineThread. postProcess(AbstractJepScriptlet scriptlet, boolean success, String lastError)Performs some postprocessing.protected voidJepScriptingEngineThread. preProcess(AbstractJepScriptlet scriptlet)Performs some preprocessing.
-