|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigKeys | |
---|---|
com.jstatcom.engine | Abstract implementation of the engine communication as well as the procedure call. |
com.jstatcom.engine.gauss | GAUSS communication that uses an installed version of the software. |
com.jstatcom.engine.grte | Gauss Runtime Engine / Gauss Engine communication. |
com.jstatcom.engine.matlab | New enhanced Matlab communication. |
com.jstatcom.engine.mlab | Older Matlab communication. |
com.jstatcom.engine.ox | Ox communication. |
com.jstatcom.engine.rstat | R communication, see www.r-project.org. |
com.jstatcom.engine.stub | Communication to arbitrary system libraries without JNI wrappers. |
Uses of ConfigKeys in com.jstatcom.engine |
---|
Methods in com.jstatcom.engine that return types with arguments of type ConfigKeys | |
---|---|
static java.util.Map<java.lang.String,ConfigKeys> |
ConfigKeys.getAllKeys(java.lang.Class c)
Gets a map of all public keys defined in class c . |
abstract java.util.Map<java.lang.String,ConfigKeys> |
EngineTypes.getConfigKeys()
Gets a map with all config keys for that specific engine. |
java.util.Set<ConfigKeys> |
ConfigHolder.getConfigKeys()
Gets a Set of all available ConfigKeys . |
Methods in com.jstatcom.engine with parameters of type ConfigKeys | |
---|---|
java.lang.String |
ConfigHolder.getConfig(ConfigKeys key)
Get a configuration value for a key. |
void |
ConfigHolder.setConfig(ConfigKeys configKey,
java.lang.String value)
Set a key value pair to be stored by the config holder. |
Uses of ConfigKeys in com.jstatcom.engine.gauss |
---|
Subclasses of ConfigKeys in com.jstatcom.engine.gauss | |
---|---|
class |
GaussConfigKeys
Contains all constants that define the GAUSS environment. |
Methods in com.jstatcom.engine.gauss that return types with arguments of type ConfigKeys | |
---|---|
java.util.Map<java.lang.String,ConfigKeys> |
GaussEngineType.getConfigKeys()
|
Uses of ConfigKeys in com.jstatcom.engine.grte |
---|
Subclasses of ConfigKeys in com.jstatcom.engine.grte | |
---|---|
class |
GRTEConfigKeys
Contains all constants that can be changed for the the GRTE environment. |
Methods in com.jstatcom.engine.grte that return types with arguments of type ConfigKeys | |
---|---|
java.util.Map<java.lang.String,ConfigKeys> |
GRTEType.getConfigKeys()
|
Uses of ConfigKeys in com.jstatcom.engine.matlab |
---|
Subclasses of ConfigKeys in com.jstatcom.engine.matlab | |
---|---|
class |
MatlabConfigKeys
Contains all constants that can be changed for the the Matlab environment. |
Methods in com.jstatcom.engine.matlab that return types with arguments of type ConfigKeys | |
---|---|
java.util.Map<java.lang.String,ConfigKeys> |
MatlabEngineType.getConfigKeys()
|
Uses of ConfigKeys in com.jstatcom.engine.mlab |
---|
Subclasses of ConfigKeys in com.jstatcom.engine.mlab | |
---|---|
class |
MLabConfigKeys
Contains all constants that can be changed for the the Matlab environment. |
class |
StubMlabConfigKeys
Contains all constants that can be changed for the the Matlab environment. |
Methods in com.jstatcom.engine.mlab that return types with arguments of type ConfigKeys | |
---|---|
java.util.Map<java.lang.String,ConfigKeys> |
StubMlabEngineType.getConfigKeys()
|
java.util.Map<java.lang.String,ConfigKeys> |
MLabEngineType.getConfigKeys()
|
Uses of ConfigKeys in com.jstatcom.engine.ox |
---|
Subclasses of ConfigKeys in com.jstatcom.engine.ox | |
---|---|
class |
OxConfigKeys
Contains all constants that can be changed for the the Ox environment. |
Methods in com.jstatcom.engine.ox that return types with arguments of type ConfigKeys | |
---|---|
java.util.Map<java.lang.String,ConfigKeys> |
OxEngineType.getConfigKeys()
|
Uses of ConfigKeys in com.jstatcom.engine.rstat |
---|
Methods in com.jstatcom.engine.rstat that return types with arguments of type ConfigKeys | |
---|---|
java.util.Map<java.lang.String,ConfigKeys> |
RStatEngineType.getConfigKeys()
|
Uses of ConfigKeys in com.jstatcom.engine.stub |
---|
Methods in com.jstatcom.engine.stub that return types with arguments of type ConfigKeys | |
---|---|
java.util.Map<java.lang.String,ConfigKeys> |
StubEngineType.getConfigKeys()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |