void de.alysis.r.basemodel.connection.BaseConnectionImpl.voidEval String  cmd  )  throws ModelException
 

Evaluates the given command, but does not fetch the result (useful for assignment operations).

Parameters:
cmd command/expression string

Implements de.alysis.r.basemodel.connection.BaseConnection.

00171                                                                {
00172                 logger.debug("voidEval(String cmd) called.");
00173                 try {
00174                         c.voidEval(cmd);
00175                 } catch (RSrvException e) {
00176                         String message = "Exception from Rserve. ";
00177                         logger.error(message, e);
00178 
00179                 }
00180         }


Generated on Mon Jun 26 18:45:59 2006 for RSubmit by  doxygen 1.4.6