Package | Description |
---|---|
engine | |
engine.r |
Modifier and Type | Method and Description |
---|---|
static Engine.FILE_TYPE |
Engine.FILE_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Engine.FILE_TYPE[] |
Engine.FILE_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Engine.loadTable(java.lang.String filePath,
Engine.FILE_TYPE fileType)
Import table of data
|
Modifier and Type | Method and Description |
---|---|
boolean |
R_engine.loadTable(java.lang.String filePath,
Engine.FILE_TYPE fileType) |