AnyLogic
Expand
Font size

@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.
Author:
AnyLogic North America, LLC https://anylogic.com

Field Summary

Modifier and TypeFieldDescription
static final StringDIMENSIONS_CONTAINER_CLASS_NAME 
static final longTIME_UNIT_DAY
One of the possible time units.
static final longTIME_UNIT_HOUR
One of the possible time units.
static final longTIME_UNIT_MILLISECOND
One of the possible time units.
static final longTIME_UNIT_MINUTE
One of the possible time units.
static final longTIME_UNIT_MONTH
One of the possible time units.
static final longTIME_UNIT_SECOND
One of the possible time units.
static final longTIME_UNIT_WEEK
One of the possible time units.
static final longTIME_UNIT_YEAR
One of the possible time units.

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

DIMENSIONS_CONTAINER_CLASS_NAME

public static final String DIMENSIONS_CONTAINER_CLASS_NAME
See Also:
Constant Field Values

TIME_UNIT_MILLISECOND

public static final long TIME_UNIT_MILLISECOND
One of the possible time units. Equals 1.
See Also:
Constant Field Values

TIME_UNIT_SECOND

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

TIME_UNIT_MINUTE

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

TIME_UNIT_HOUR

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

TIME_UNIT_DAY

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

TIME_UNIT_WEEK

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

TIME_UNIT_MONTH

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

TIME_UNIT_YEAR

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