Uses of Class
adams.core.scripting.RScript
-
Packages that use RScript Package Description adams.flow.sink adams.flow.source adams.flow.standalone adams.flow.transformer adams.gui.core -
-
Uses of RScript in adams.flow.sink
Fields in adams.flow.sink declared as RScript Modifier and Type Field Description protected RScriptRenjinSink. m_InlineScriptScript to pass to rprotected RScriptRSink. m_InlineScriptScript to pass to rMethods in adams.flow.sink that return RScript Modifier and Type Method Description RScriptRenjinSink. getInlineScript()Returns to script to execute (when no script file supplied).RScriptRSink. getInlineScript()Gets the script.Methods in adams.flow.sink with parameters of type RScript Modifier and Type Method Description voidRenjinSink. setInlineScript(RScript value)Sets the script to execute (when no script file supplied).voidRSink. setInlineScript(RScript val)Sets the script. -
Uses of RScript in adams.flow.source
Fields in adams.flow.source declared as RScript Modifier and Type Field Description protected RScriptRenjinSource. m_InlineScriptScript to pass to rprotected RScriptRSource. m_InlineScriptScript to pass to rMethods in adams.flow.source that return RScript Modifier and Type Method Description RScriptRenjinSource. getInlineScript()Returns to script to execute (when no script file supplied).RScriptRSource. getInlineScript()Returns to script.Methods in adams.flow.source with parameters of type RScript Modifier and Type Method Description voidRenjinSource. setInlineScript(RScript value)Sets the script to execute (when no script file supplied).voidRSource. setInlineScript(RScript val)Sets the script to be fed to R. -
Uses of RScript in adams.flow.standalone
Fields in adams.flow.standalone declared as RScript Modifier and Type Field Description protected RScriptRenjinStandalone. m_InlineScriptScript to pass to rprotected RScriptRStandalone. m_InlineScriptThe R script.Methods in adams.flow.standalone that return RScript Modifier and Type Method Description RScriptRenjinStandalone. getInlineScript()Returns to script to execute (when no script file supplied).RScriptRStandalone. getInlineScript()Returns the script.Methods in adams.flow.standalone with parameters of type RScript Modifier and Type Method Description voidRenjinStandalone. setInlineScript(RScript value)Sets the script to execute (when no script file supplied).voidRStandalone. setInlineScript(RScript inlineScript)Sets the script to be fed into R. -
Uses of RScript in adams.flow.transformer
Fields in adams.flow.transformer declared as RScript Modifier and Type Field Description protected RScriptRenjinTransformer. m_InlineScriptScript to pass to rprotected RScriptRTransformer. m_InlineScriptScript to pass to rMethods in adams.flow.transformer that return RScript Modifier and Type Method Description RScriptRenjinTransformer. getInlineScript()Returns to script to execute (when no script file supplied).RScriptRTransformer. getInlineScript()Gets the script.Methods in adams.flow.transformer with parameters of type RScript Modifier and Type Method Description voidRenjinTransformer. setInlineScript(RScript value)Sets the script to execute (when no script file supplied).voidRTransformer. setInlineScript(RScript val)Sets the script. -
Uses of RScript in adams.gui.core
Methods in adams.gui.core that return RScript Modifier and Type Method Description RScriptRSyntaxEditorPanel. getScript()Returns the current script.
-