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 class
FlowJepScriptlet
Encapsulates Jep/Python scripts that are run in the flow.class
SimpleJepScriptlet
Simple 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_Scriptlets
the current command queue.Methods in adams.core.scripting with parameters of type AbstractJepScriptlet Modifier and Type Method Description void
JepScriptingEngine. add(AbstractJepScriptlet scriplet)
Places the scriplet in the processing queue.void
JepScriptingEngineThread. add(AbstractJepScriptlet scriptlet)
Adds the scriptlet to the queue.protected String
JepScriptingEngineThread. doProcess(AbstractJepScriptlet scriptlet)
Executes the given scriptlet.protected void
JepScriptingEngineThread. postProcess(AbstractJepScriptlet scriptlet, boolean success, String lastError)
Performs some postprocessing.protected void
JepScriptingEngineThread. preProcess(AbstractJepScriptlet scriptlet)
Performs some preprocessing.
-