List of classes in global namespace.

Entity NameDescription
core_modeler
core_modelerJNI
GlobalConfigGlobal configuration structure used to initialize the SDK.
GlobalLoggerProxyA global helper class for system-wide logging. This class is not inside any namespace.
GlobalStatusA global enumeration of system status states.

Generated with Flude

Copyright © 2026

Directory & Entity Index

Entity NameSummary / Description
core_modeler class

Methods

setG_systemState

static void core_modeler.setG_systemState(int value)

A global variable containing the current system state. This variable is updated by the global initialization functions.

ParameterTypeDescription
valueint

getG_systemState

static int core_modeler.getG_systemState()

A global variable containing the current system state. This variable is updated by the global initialization functions.

setG_piValue

static 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

Methods

GlobalConfig_maxThreads_set

static final native void core_modelerJNI.GlobalConfig_maxThreads_set(long jarg1, GlobalConfig jarg1_, int jarg2)

ParameterTypeDescription
jarg1long
jarg1_GlobalConfig
jarg2int

GlobalConfig_maxThreads_get

static final native int core_modelerJNI.GlobalConfig_maxThreads_get(long jarg1, GlobalConfig jarg1_)

ParameterTypeDescription
jarg1long
jarg1_GlobalConfig

GlobalConfig_enableLogging_set

static final native void core_modelerJNI.GlobalConfig_enableLogging_set(long jarg1, GlobalConfig jarg1_, boolean jarg2)

ParameterTypeDescription
jarg1long
jarg1_GlobalConfig
jarg2boolean

GlobalConfig_enableLogging_get

static final native boolean core_modelerJNI.GlobalConfig_enableLogging_get(long jarg1, GlobalConfig jarg1_)

GlobalConfig class

Global configuration structure used to initialize the SDK.

Instance Variables

  • transient boolean GlobalConfig.swigCMemOwn

Methods

GlobalConfig

GlobalConfig.GlobalConfig(long cPtr, boolean cMemoryOwn)

ParameterTypeDescription
cPtrlong
cMemoryOwnboolean

GlobalConfig

GlobalConfig.GlobalConfig()

finalize

void GlobalConfig.finalize()

getCPtr

static long GlobalConfig.getCPtr(GlobalConfig obj)

ParameterTypeDescription
objGlobalConfig

delete

synchronized void GlobalConfig.delete()

setMaxThreads

void GlobalConfig.setMaxThreads(int value)

The maximum number of concurrent threads.

ParameterTypeDescription
valueint

getMaxThreads

int GlobalConfig.getMaxThreads()

The maximum number of concurrent threads.

GlobalLoggerProxy class

A global helper class for system-wide logging. This class is not inside any namespace.

Instance Variables

  • transient boolean GlobalLoggerProxy.swigCMemOwn

Methods

GlobalLoggerProxy

GlobalLoggerProxy.GlobalLoggerProxy(long cPtr, boolean cMemoryOwn)

ParameterTypeDescription
cPtrlong
cMemoryOwnboolean

GlobalLoggerProxy

GlobalLoggerProxy.GlobalLoggerProxy()

finalize

void GlobalLoggerProxy.finalize()

getCPtr

static long GlobalLoggerProxy.getCPtr(GlobalLoggerProxy obj)

ParameterTypeDescription
objGlobalLoggerProxy

delete

synchronized void GlobalLoggerProxy.delete()

logMessage

void GlobalLoggerProxy.logMessage(String message)

Writes a message to the global log.

ParameterTypeDescription
messageStringThe message to write.

logMessage

boolean GlobalLoggerProxy.logMessage(String message, int severity)

GlobalStatus class

A global enumeration of system status states.

Class Variables

  • final GlobalStatus GlobalStatus.GLOBAL_STATUS_OK
  • final GlobalStatus GlobalStatus.GLOBAL_STATUS_WARNING
  • final GlobalStatus GlobalStatus.GLOBAL_STATUS_ERROR

Methods

swigValue

final int GlobalStatus.swigValue()

toString

String GlobalStatus.toString()

swigToEnum

static GlobalStatus GlobalStatus.swigToEnum(int swigValue)

ParameterTypeDescription
swigValueint

Generated with Flude

Copyright © 2026