de.skrueger.xulu.plugin.gnur
Class RVar
java.lang.Object
de.skrueger.xulu.plugin.gnur.RVar
public class RVar
- extends Object
Link between datapool and R-Engine
- Author:
- stefan
Constructor Summary |
RVar(ValueProperty prop)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RVar
public RVar(ValueProperty prop)
throws PropertytypeNotConvertableToRVar
- Throws:
PropertytypeNotConvertableToRVar
isExport
public Boolean isExport()
isImport
public Boolean isImport()
getRName
public String getRName()
- Returns:
- the name of the variabl ein the R environment
setRName
public void setRName(String rname)
- Set the name that will reference the R-variable inside the RVar.
TODO: Check for doubles, name validity
- Parameters:
rname
-
getName
public String getName()
- Returns:
- the name of the object in the datapool
toR
public boolean toR(Rengine re)
fromR
public boolean fromR(Rengine re)