Class RContext
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.measurement.r.RContext
-
public class RContext extends Object
-
-
Constructor Summary
Constructors Constructor Description RContext(org.rosuda.REngine.Rserve.RConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.rosuda.REngine.Rserve.RConnection
getConnection()
RStatistics
getStatistics()
-
-
-
Method Detail
-
getConnection
public org.rosuda.REngine.Rserve.RConnection getConnection()
-
getStatistics
public RStatistics getStatistics()
-
-