Class RScriptInput
- java.lang.Object
-
- org.opennms.netmgt.integrations.R.RScriptInput
-
public class RScriptInput extends java.lang.Object
Used to group all of the arguments/values passed to the script.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description RScriptInput(com.google.common.collect.RowSortedTable<java.lang.Long,java.lang.String,java.lang.Double> table)
RScriptInput(com.google.common.collect.RowSortedTable<java.lang.Long,java.lang.String,java.lang.Double> table, java.util.Map<java.lang.String,java.lang.Object> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getArguments()
com.google.common.collect.RowSortedTable<java.lang.Long,java.lang.String,java.lang.Double>
getTable()
-
-
-
Constructor Detail
-
RScriptInput
public RScriptInput(com.google.common.collect.RowSortedTable<java.lang.Long,java.lang.String,java.lang.Double> table)
-
RScriptInput
public RScriptInput(com.google.common.collect.RowSortedTable<java.lang.Long,java.lang.String,java.lang.Double> table, java.util.Map<java.lang.String,java.lang.Object> arguments)
-
-