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 RScript
RenjinSink. m_InlineScript
Script to pass to rprotected RScript
RSink. m_InlineScript
Script to pass to rMethods in adams.flow.sink that return RScript Modifier and Type Method Description RScript
RenjinSink. getInlineScript()
Returns to script to execute (when no script file supplied).RScript
RSink. getInlineScript()
Gets the script.Methods in adams.flow.sink with parameters of type RScript Modifier and Type Method Description void
RenjinSink. setInlineScript(RScript value)
Sets the script to execute (when no script file supplied).void
RSink. 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 RScript
RenjinSource. m_InlineScript
Script to pass to rprotected RScript
RSource. m_InlineScript
Script to pass to rMethods in adams.flow.source that return RScript Modifier and Type Method Description RScript
RenjinSource. getInlineScript()
Returns to script to execute (when no script file supplied).RScript
RSource. getInlineScript()
Returns to script.Methods in adams.flow.source with parameters of type RScript Modifier and Type Method Description void
RenjinSource. setInlineScript(RScript value)
Sets the script to execute (when no script file supplied).void
RSource. 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 RScript
RenjinStandalone. m_InlineScript
Script to pass to rprotected RScript
RStandalone. m_InlineScript
The R script.Methods in adams.flow.standalone that return RScript Modifier and Type Method Description RScript
RenjinStandalone. getInlineScript()
Returns to script to execute (when no script file supplied).RScript
RStandalone. getInlineScript()
Returns the script.Methods in adams.flow.standalone with parameters of type RScript Modifier and Type Method Description void
RenjinStandalone. setInlineScript(RScript value)
Sets the script to execute (when no script file supplied).void
RStandalone. 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 RScript
RenjinTransformer. m_InlineScript
Script to pass to rprotected RScript
RTransformer. m_InlineScript
Script to pass to rMethods in adams.flow.transformer that return RScript Modifier and Type Method Description RScript
RenjinTransformer. getInlineScript()
Returns to script to execute (when no script file supplied).RScript
RTransformer. getInlineScript()
Gets the script.Methods in adams.flow.transformer with parameters of type RScript Modifier and Type Method Description void
RenjinTransformer. setInlineScript(RScript value)
Sets the script to execute (when no script file supplied).void
RTransformer. 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 RScript
RSyntaxEditorPanel. getScript()
Returns the current script.
-