Package com.anylogic.engine
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- FLOWCHART_COUNTERS_VISIBLE
- FLOWCHART_PORT_STATE_ANIMATED
- ENABLE_WARNINGS
- ENABLE_OBJECT3D_LOD
- PROXY_ENABLED
- PROXY_HOST
- PROXY_SKIP_BASIC_AUTH
- PROXY_PORT
- PROXY_LOGIN
- PROXY_PASSWORD
- PROXY_BYPASS_ADDRESSES
- PERFORMANCE_PARALLEL_WORKERS_COUNT
- STANDALONE_BROWSER_PATH
- STANDALONE_BROWSER_COMMAND_ARGUMENTS
- BROWSER_USER_DATA_PATH
- STANDALONE_SERVER_PORT
- ANYLOGIC_INCOMING_PORT
- LANGUAGE_ID
- STANDALONE_EXPERIMENT
- SYSTEM_PROP_SUFFIX_XJAL
- BUILT_IN_TILE_CACHE_PATH
- Constructor Details
- Method Details
- java.lang.Object
- com.anylogic.engine.AnyLogicRuntimePreferences
@AnyLogicInternalAPI public class AnyLogicRuntimePreferences extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Since:
- 7.1
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Field | Description |
---|---|---|
static final String | ANYLOGIC_INCOMING_PORT |
AnyLogic application port for receiving data from running model
|
static final String | BROWSER_USER_DATA_PATH |
Chromium argument: custom user data dir
|
static final String | BUILT_IN_TILE_CACHE_PATH | |
static final String | ENABLE_OBJECT3D_LOD |
Simplify distant 3D objects (Level of detail).
Possible values: true, false |
static final String | ENABLE_WARNINGS |
Check and report warnings during model simulation.
Possible values: true, false |
static final String | FLOWCHART_COUNTERS_VISIBLE |
Process flowcharts: display or hide number of agents passed through ports, contained inside flowchart blocks etc.
Possible values: true, false |
static final String | FLOWCHART_PORT_STATE_ANIMATED |
Process flowcharts: show or hide block busy / agent available indicators near ports of flowchart blocks.
Possible values: true, false |
static final String | LANGUAGE_ID |
Localization language code.
|
static final String | PERFORMANCE_PARALLEL_WORKERS_COUNT |
Number of parallel processors (cores) to be used by multiple-run experiments (e.g.
|
static final String | PROXY_BYPASS_ADDRESSES |
Proxy settings...
The hosts that should be accessed without the proxy. |
static final String | PROXY_ENABLED |
Proxy settings...
Possible values: true, false |
static final String | PROXY_HOST |
Proxy settings...
Possible values: url of the proxy host |
static final String | PROXY_LOGIN |
Proxy settings...
|
static final String | PROXY_PASSWORD |
Proxy settings...
|
static final String | PROXY_PORT |
Proxy settings...
Possible values: integer number |
static final String | PROXY_SKIP_BASIC_AUTH |
Proxy settings...
Possible values: true, false |
static final String | STANDALONE_BROWSER_COMMAND_ARGUMENTS |
Standalone application mode: command arguments for custom browser.
|
static final String | STANDALONE_BROWSER_PATH |
Standalone application mode: path to the browser executable.
|
static final String | STANDALONE_EXPERIMENT |
Experiment class name to be started
|
static final String | STANDALONE_SERVER_PORT |
Standalone application mode: port where the server with the running model
will start on.
|
static final String | SYSTEM_PROP_SUFFIX_XJAL |
Constructor | Description |
---|---|
AnyLogicRuntimePreferences() |
Modifier and Type | Method | Description |
---|---|---|
static String | getBuiltInTileCachePath() | |
static boolean | isEnableObject3dLod() | |
static boolean | isEnableWarnings() | |
static boolean | isFlowchartCountersVisible() | |
static boolean | isFlowchartPortStateAnimated() | |
static void | setBuiltInTileCachePath | |
static void | setEnableObject3dLod | |
static void | setEnableWarnings | |
static void | setFlowchartCountersVisible | |
static void | setFlowchartPortStateAnimated |
@AnyLogicInternalAPI public static final String FLOWCHART_COUNTERS_VISIBLE
Process flowcharts: display or hide number of agents passed through ports, contained inside flowchart blocks etc.
Possible values: true, false
Possible values: true, false
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String FLOWCHART_PORT_STATE_ANIMATED
Process flowcharts: show or hide block busy / agent available indicators near ports of flowchart blocks.
Possible values: true, false
Possible values: true, false
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String ENABLE_WARNINGS
Check and report warnings during model simulation.
Possible values: true, false
Possible values: true, false
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String ENABLE_OBJECT3D_LOD
Simplify distant 3D objects (Level of detail).
Possible values: true, false
Possible values: true, false
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PROXY_ENABLED
Proxy settings...
Possible values: true, false
Possible values: true, false
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PROXY_HOST
Proxy settings...
Possible values: url of the proxy host
Possible values: url of the proxy host
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PROXY_SKIP_BASIC_AUTH
Proxy settings...
Possible values: true, false
Possible values: true, false
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PROXY_PORT
Proxy settings...
Possible values: integer number
Possible values: integer number
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PROXY_LOGIN
Proxy settings...
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PROXY_PASSWORD
Proxy settings...
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PROXY_BYPASS_ADDRESSES
Proxy settings...
The hosts that should be accessed without the proxy. By default, all loopback addresses are bypassed.
Possible values: a list of hosts, separated by the '|' character. Additionally, the wildcard '*' can be used.
The hosts that should be accessed without the proxy. By default, all loopback addresses are bypassed.
Possible values: a list of hosts, separated by the '|' character. Additionally, the wildcard '*' can be used.
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String PERFORMANCE_PARALLEL_WORKERS_COUNT
Number of parallel processors (cores) to be used by multiple-run experiments (e.g. Parameter Variation)
and by some libraries (e.g. Pedestrian Library)
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String STANDALONE_BROWSER_PATH
Standalone application mode: path to the browser executable. When specified in .ini file, shouldn't contain single '\' characters, '/' are preferred instead.
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String STANDALONE_BROWSER_COMMAND_ARGUMENTS
Standalone application mode: command arguments for custom browser. Use $1 to refer to the url of the running model server.
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String BROWSER_USER_DATA_PATH
Chromium argument: custom user data dir
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String STANDALONE_SERVER_PORT
Standalone application mode: port where the server with the running model
will start on. Positive integer number not greater than 65535. Some port
values might be reserved by the Operating System or some services, especially
values < 1024. Specifying value < 0 will result in a randomly chosen
available port.
- See Also:
- Constant Field Values
public static final String ANYLOGIC_INCOMING_PORT
AnyLogic application port for receiving data from running model
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String LANGUAGE_ID
Localization language code. For example, en.
- See Also:
- Constant Field Values
@AnyLogicInternalAPI public static final String STANDALONE_EXPERIMENT
Experiment class name to be started
@AnyLogicInternalAPI public static final String SYSTEM_PROP_SUFFIX_XJAL
@AnyLogicInternalAPI public static final String BUILT_IN_TILE_CACHE_PATH
public AnyLogicRuntimePreferences()
public static boolean isFlowchartCountersVisible()
public static void setFlowchartCountersVisible(Boolean yes)
public static boolean isFlowchartPortStateAnimated()
public static void setFlowchartPortStateAnimated(Boolean yes)
public static boolean isEnableWarnings()
public static void setEnableWarnings(Boolean yes)
public static String getBuiltInTileCachePath()
public static void setBuiltInTileCachePath(String path)
public static boolean isEnableObject3dLod()
public static void setEnableObject3dLod(Boolean yes)