de.skrueger.xulu.plugin.gnur
Class RVar

java.lang.Object
  extended by de.skrueger.xulu.plugin.gnur.RVar

public class RVar
extends Object

Link between datapool and R-Engine

Author:
stefan

Constructor Summary
RVar(ValueProperty prop)
           
 
Method Summary
 boolean fromR(Rengine re)
           
 String getName()
           
 String getRName()
           
 Boolean isExport()
           
 Boolean isImport()
           
 void setRName(String rname)
          Set the name that will reference the R-variable inside the RVar.
 boolean toR(Rengine re)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RVar

public RVar(ValueProperty prop)
     throws PropertytypeNotConvertableToRVar
Throws:
PropertytypeNotConvertableToRVar
Method Detail

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)