|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.util.RBridgeControl
public final class RBridgeControl
| Method Summary | |
|---|---|
void |
assign(String variable,
double[] values)
|
void |
assign(String variable,
Double[] values)
|
void |
assign(String variable,
Long[] values)
|
double |
eDbl(String input)
|
double[] |
eDblArr(String input)
|
String |
eString(String input)
|
Object |
evalWithR(String input)
Wraps the execution of an arbitrary R expression. |
static RBridgeControl |
getInstance()
Delivers the singleton instance of this class. |
void |
toTS(String variable)
|
void |
toTS(String variable,
long frequency)
|
static String |
uniqueVarname()
Returns a globally unique variable name, even during the access of multiple threads. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Object evalWithR(String input)
input - The R expression to evaluate.
public void toTS(String variable)
variable - variable to R
public void toTS(String variable,
long frequency)
variable - variable to Rfrequency - frequency to Rpublic double eDbl(String input)
input - string
public String eString(String input)
input - inputstring
public double[] eDblArr(String input)
input - inputstring
public void assign(String variable,
double[] values)
variable - stringvalues - assign value
public void assign(String variable,
Double[] values)
variable - stringvalues - assign vaules
public void assign(String variable,
Long[] values)
variable - stringvalues - assign vaulespublic static String uniqueVarname()
var_1, var_2, ....public static final RBridgeControl getInstance()
|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||