Package com.anylogic.engine.presentation
- Enum Constant Summary
- Method Summary
- Methods inherited from class java.lang.Enum
- Methods inherited from class java.lang.Object
- Enum Constant Detail
- PARAMETER_STATIC
- PARAMETER_DYNAMIC
- VARIABLE
- CONSTANT
- COLLECTION
- FUNCTION
- TABLE_FUNCTION
- CUSTOM_DISTRIBUTION
- EVENT
- DYNAMIC_EVENT
- SCHEDULE
- STATECHART_ENTRY_POINT
- STATE
- TRANSITION
- BRANCH
- FINAL_STATE
- INITIAL_STATE_POINTER
- HISTORY_STATE
- DEEP_HISTORY_STATE
- STATISTICS
- DATASET
- HISTOGRAM_DATA
- HISTOGRAM_2D_DATA
- OUTPUT
- EXCEL_FILE
- TEXT_FILE
- DATABASE
- QUERY
- KEY_VALUE_TABLE
- INSERT
- UPDATE
- ROUTE_PROVIDER
- LINK_TO_AGENTS
- LINK_TO_CONTAINER
- STOCK
- FLOW
- DYNAMIC_VARIABLE
- SHADOW
- LINK
- CAUSAL_LOOP
- TRAFFIC_LIGHT
- EMBEDDED_AGENT_ICON
- EMBEDDED_POPULATION_ICON
- PORT
- CONNECTOR
- Method Detail
- java.lang.Object
-
- java.lang.Enum<ModelElementType>
-
- com.anylogic.engine.presentation.ModelElementType
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ModelElementType>
@AnyLogicInternalAPI public enum ModelElementType extends java.lang.Enum<ModelElementType>
static ModelElementType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ModelElementType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final ModelElementType PARAMETER_STATIC
public static final ModelElementType PARAMETER_DYNAMIC
public static final ModelElementType VARIABLE
public static final ModelElementType CONSTANT
public static final ModelElementType COLLECTION
public static final ModelElementType FUNCTION
public static final ModelElementType TABLE_FUNCTION
public static final ModelElementType CUSTOM_DISTRIBUTION
public static final ModelElementType EVENT
public static final ModelElementType DYNAMIC_EVENT
public static final ModelElementType SCHEDULE
public static final ModelElementType STATECHART_ENTRY_POINT
public static final ModelElementType STATE
public static final ModelElementType TRANSITION
public static final ModelElementType BRANCH
public static final ModelElementType FINAL_STATE
public static final ModelElementType INITIAL_STATE_POINTER
public static final ModelElementType HISTORY_STATE
public static final ModelElementType DEEP_HISTORY_STATE
public static final ModelElementType STATISTICS
public static final ModelElementType DATASET
public static final ModelElementType HISTOGRAM_DATA
public static final ModelElementType HISTOGRAM_2D_DATA
public static final ModelElementType OUTPUT
public static final ModelElementType EXCEL_FILE
public static final ModelElementType TEXT_FILE
public static final ModelElementType DATABASE
public static final ModelElementType QUERY
public static final ModelElementType KEY_VALUE_TABLE
public static final ModelElementType INSERT
public static final ModelElementType UPDATE
public static final ModelElementType ROUTE_PROVIDER
public static final ModelElementType LINK_TO_AGENTS
public static final ModelElementType LINK_TO_CONTAINER
public static final ModelElementType STOCK
public static final ModelElementType FLOW
public static final ModelElementType DYNAMIC_VARIABLE
public static final ModelElementType SHADOW
public static final ModelElementType LINK
public static final ModelElementType CAUSAL_LOOP
public static final ModelElementType TRAFFIC_LIGHT
public static final ModelElementType EMBEDDED_AGENT_ICON
public static final ModelElementType EMBEDDED_POPULATION_ICON
public static final ModelElementType PORT
public static final ModelElementType CONNECTOR
public static ModelElementType[] values()
Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ModelElementType c : ModelElementType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
public static ModelElementType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
How can we improve this article?
-