- 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 | 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 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