List of classes in global namespace.
Directory & Entity Index
| Entity Name | Summary / Description |
|---|
| core_modeler class | MethodssetG_systemStatestatic void core_modeler.setG_systemState(int value)
A global variable containing the current system state.
This variable is updated by the global initialization functions. | Parameter | Type | Description |
|---|
| value | int | |
getG_systemStatestatic int core_modeler.getG_systemState()
A global variable containing the current system state.
This variable is updated by the global initialization functions. setG_piValuestatic void core_modeler.setG_piValue(double value)
A global mathematical constant for Pi.
No documentation tags here, testing completely missing tag description. |
| core_modelerJNI class | MethodsGlobalConfig_maxThreads_setstatic final native void core_modelerJNI.GlobalConfig_maxThreads_set(long jarg1, GlobalConfig jarg1_, int jarg2)
| Parameter | Type | Description |
|---|
| jarg1 | long | | | jarg1_ | GlobalConfig | | | jarg2 | int | |
GlobalConfig_maxThreads_getstatic final native int core_modelerJNI.GlobalConfig_maxThreads_get(long jarg1, GlobalConfig jarg1_)
| Parameter | Type | Description |
|---|
| jarg1 | long | | | jarg1_ | GlobalConfig | |
GlobalConfig_enableLogging_setstatic final native void core_modelerJNI.GlobalConfig_enableLogging_set(long jarg1, GlobalConfig jarg1_, boolean jarg2)
| Parameter | Type | Description |
|---|
| jarg1 | long | | | jarg1_ | GlobalConfig | | | jarg2 | boolean | |
GlobalConfig_enableLogging_getstatic final native boolean core_modelerJNI.GlobalConfig_enableLogging_get(long jarg1, GlobalConfig jarg1_)
|
| GlobalConfig class | Global configuration structure used to initialize the SDK. Instance Variablestransient long GlobalConfig.swigCPtrtransient boolean GlobalConfig.swigCMemOwn
MethodsGlobalConfigGlobalConfig.GlobalConfig(long cPtr, boolean cMemoryOwn)
| Parameter | Type | Description |
|---|
| cPtr | long | | | cMemoryOwn | boolean | |
GlobalConfigGlobalConfig.GlobalConfig()
finalizevoid GlobalConfig.finalize()
getCPtrstatic long GlobalConfig.getCPtr(GlobalConfig obj)
| Parameter | Type | Description |
|---|
| obj | GlobalConfig | |
deletesynchronized void GlobalConfig.delete()
setMaxThreadsvoid GlobalConfig.setMaxThreads(int value)
The maximum number of concurrent threads. | Parameter | Type | Description |
|---|
| value | int | |
getMaxThreadsint GlobalConfig.getMaxThreads()
|
| GlobalLoggerProxy class | A global helper class for system-wide logging.
This class is not inside any namespace. Instance Variablestransient long GlobalLoggerProxy.swigCPtrtransient boolean GlobalLoggerProxy.swigCMemOwn
MethodsGlobalLoggerProxyGlobalLoggerProxy.GlobalLoggerProxy(long cPtr, boolean cMemoryOwn)
| Parameter | Type | Description |
|---|
| cPtr | long | | | cMemoryOwn | boolean | |
GlobalLoggerProxyGlobalLoggerProxy.GlobalLoggerProxy()
finalizevoid GlobalLoggerProxy.finalize()
getCPtrstatic long GlobalLoggerProxy.getCPtr(GlobalLoggerProxy obj)
| Parameter | Type | Description |
|---|
| obj | GlobalLoggerProxy | |
deletesynchronized void GlobalLoggerProxy.delete()
logMessagevoid GlobalLoggerProxy.logMessage(String message)
Writes a message to the global log. message The message to write. |
| GlobalStatus class | A global enumeration of system status states. Class Variablesfinal GlobalStatus GlobalStatus.GLOBAL_STATUS_OKfinal GlobalStatus GlobalStatus.GLOBAL_STATUS_WARNINGfinal GlobalStatus GlobalStatus.GLOBAL_STATUS_ERRORGlobalStatus [] GlobalStatus.swigValuesint GlobalStatus.swigNext
Instance Variablesfinal int GlobalStatus.swigValuefinal String GlobalStatus.swigName
MethodsGlobalStatusGlobalStatus.GlobalStatus(String swigName)
| Parameter | Type | Description |
|---|
| swigName | String | |
GlobalStatusGlobalStatus.GlobalStatus(String swigName, int swigValue)
| Parameter | Type | Description |
|---|
| swigName | String | | | swigValue | int | |
GlobalStatusGlobalStatus.GlobalStatus(String swigName, GlobalStatus swigEnum)
| Parameter | Type | Description |
|---|
| swigName | String | | | swigEnum | GlobalStatus | |
swigValuefinal int GlobalStatus.swigValue()
|