|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSCPropertyTypes | |
|---|---|
| com.jstatcom.engine.rstat | R communication, see www.r-project.org. |
| com.jstatcom.engine.stub | Communication to arbitrary system libraries without JNI wrappers. |
| com.jstatcom.model | Data model and Symbol Management systems. |
| Uses of JSCPropertyTypes in com.jstatcom.engine.rstat |
|---|
| Subclasses of JSCPropertyTypes in com.jstatcom.engine.rstat | |
|---|---|
class |
RArgProps
Typesave enum that defines property types for JSCData objects
that can be used to adjust how JSCData objects are used by R. |
| Uses of JSCPropertyTypes in com.jstatcom.engine.stub |
|---|
| Subclasses of JSCPropertyTypes in com.jstatcom.engine.stub | |
|---|---|
class |
CSignTypes
Typesave enum that defines property types for JSCData
objects that can be used to model the signature of exported
C functions. |
| Uses of JSCPropertyTypes in com.jstatcom.model |
|---|
| Methods in com.jstatcom.model with parameters of type JSCPropertyTypes | |
|---|---|
java.lang.Object |
JSCData.getJSCProperty(JSCPropertyTypes type)
Gets the value for a property type. |
java.lang.Object |
AbstractJSCData.getJSCProperty(JSCPropertyTypes type)
Gets the value for a property type. |
void |
JSCData.removeJSCProperty(JSCPropertyTypes type)
Removes the property value for type. |
void |
AbstractJSCData.removeJSCProperty(JSCPropertyTypes type)
|
void |
JSCData.setJSCProperty(JSCPropertyTypes type,
java.lang.Object val)
Set the value for a property type. |
void |
AbstractJSCData.setJSCProperty(JSCPropertyTypes type,
java.lang.Object val)
Set the value for a property type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||