Uses of Class
org.opennms.netmgt.integrations.R.RScriptException
-
Packages that use RScriptException Package Description org.opennms.netmgt.integrations.R org.opennms.netmgt.measurements.filters.impl -
-
Uses of RScriptException in org.opennms.netmgt.integrations.R
Methods in org.opennms.netmgt.integrations.R that throw RScriptException Modifier and Type Method Description RScriptOutput
RScriptExecutor. exec(String script, RScriptInput input)
Executes by given script by: - Searching both the classpath and the filesystem for the path - Copying the script at the given path to a temporary file and performing variable substitution with the arguments using Freemarker. -
Uses of RScriptException in org.opennms.netmgt.measurements.filters.impl
Methods in org.opennms.netmgt.measurements.filters.impl that throw RScriptException Modifier and Type Method Description static void
HWForecast. checkForecastSupport()
void
HWForecast. filter(com.google.common.collect.RowSortedTable<Long,String,Double> table)
void
TrendLine. filter(com.google.common.collect.RowSortedTable<Long,String,Double> table)
-