Package com.anylogic.engine
- Field Summary
- Method Summary
- Field Details
- DIMENSIONS_CONTAINER_CLASS_NAME
- MODEL_SUBFOLDER_UPLOADS
- MODEL_SUBFOLDER_INTERNAL
- MODEL_SUBFOLDER_TEMP
- MODEL_SUBFOLDER_PREPROCESSED_RESOURCES
- CAD_PREPROCESSED_RESOURCES_SUBFOLDER
- CAD_PREPROCESSED_RESOURCES_DESCRIPTOR
- TIME_UNIT_MILLISECOND
- TIME_UNIT_SECOND
- TIME_UNIT_MINUTE
- TIME_UNIT_HOUR
- TIME_UNIT_DAY
- TIME_UNIT_WEEK
- TIME_UNIT_MONTH
- TIME_UNIT_YEAR
- java.lang.Object
- com.anylogic.engine.SharedEditorAPI
@AnyLogicInternalAPI public final class SharedEditorAPI 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.
- Author:
- AnyLogic North America, LLC https://anylogic.com
| Modifier and Type | Field | Description |
|---|---|---|
static final String | CAD_PREPROCESSED_RESOURCES_DESCRIPTOR | |
static final String | CAD_PREPROCESSED_RESOURCES_SUBFOLDER | |
static final String | DIMENSIONS_CONTAINER_CLASS_NAME | |
static final String | MODEL_SUBFOLDER_INTERNAL | |
static final String | MODEL_SUBFOLDER_PREPROCESSED_RESOURCES | |
static final String | MODEL_SUBFOLDER_TEMP | |
static final String | MODEL_SUBFOLDER_UPLOADS | |
static final long | TIME_UNIT_DAY |
One of the possible time units.
|
static final long | TIME_UNIT_HOUR |
One of the possible time units.
|
static final long | TIME_UNIT_MILLISECOND |
One of the possible time units.
|
static final long | TIME_UNIT_MINUTE |
One of the possible time units.
|
static final long | TIME_UNIT_MONTH |
One of the possible time units.
|
static final long | TIME_UNIT_SECOND |
One of the possible time units.
|
static final long | TIME_UNIT_WEEK |
One of the possible time units.
|
static final long | TIME_UNIT_YEAR |
One of the possible time units.
|
public static final String DIMENSIONS_CONTAINER_CLASS_NAME
- See Also:
- Constant Field Values
public static final String MODEL_SUBFOLDER_UPLOADS
- See Also:
- Constant Field Values
public static final String MODEL_SUBFOLDER_INTERNAL
- See Also:
- Constant Field Values
public static final String MODEL_SUBFOLDER_TEMP
- See Also:
- Constant Field Values
public static final String MODEL_SUBFOLDER_PREPROCESSED_RESOURCES
- See Also:
- Constant Field Values
public static final String CAD_PREPROCESSED_RESOURCES_SUBFOLDER
- See Also:
- Constant Field Values
public static final String CAD_PREPROCESSED_RESOURCES_DESCRIPTOR
- See Also:
- Constant Field Values
public static final long TIME_UNIT_MILLISECOND
One of the possible time units. Equals 1.
- See Also:
- Constant Field Values
public static final long TIME_UNIT_SECOND
One of the possible time units. Equals the number of milliseconds
in a second.
- See Also:
- Constant Field Values
public static final long TIME_UNIT_MINUTE
One of the possible time units. Equals the number of milliseconds
in a minute.
- See Also:
- Constant Field Values
public static final long TIME_UNIT_HOUR
One of the possible time units. Equals the number of milliseconds
in an hour.
- See Also:
- Constant Field Values
public static final long TIME_UNIT_DAY
One of the possible time units. Equals the number of milliseconds
in a day.
- See Also:
- Constant Field Values
public static final long TIME_UNIT_WEEK
One of the possible time units. Equals the number of milliseconds
in a week.
- See Also:
- Constant Field Values
public static final long TIME_UNIT_MONTH
One of the possible time units. Equals the number of milliseconds
in 30 days.
- See Also:
- Constant Field Values
public static final long TIME_UNIT_YEAR
One of the possible time units. Equals the number of milliseconds
in 365 days.
- See Also:
- Constant Field Values