|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.rosuda.REngine.REXPWrapper
public class REXPWrapper
Utility class to wrap an Object into a REXP object. This facilitates wrapping native java objects and arrays into REXP objects that can be pushed to R
| Constructor Summary | |
|---|---|
REXPWrapper()
|
|
| Method Summary | |
|---|---|
static REXP |
wrap(java.lang.Object o)
Wraps an Object into a REXP |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public REXPWrapper()
| Method Detail |
|---|
public static REXP wrap(java.lang.Object o)
Conversion :
o - object to wrap
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||