Enum Constant and Description |
---|
SPACE_CONTINUOUS |
SPACE_DISCRETE |
SPACE_GIS |
SPACE_UNDEFINED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatName()
Returns readable name of this space type
|
java.lang.Class<? extends ExtAgentInteractive> |
getAgentExtClass() |
java.lang.Class<? extends ExtEnvironmentInteractive> |
getEnvironmentExtClass() |
static SpaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceType SPACE_CONTINUOUS
public static final SpaceType SPACE_DISCRETE
public static final SpaceType SPACE_GIS
public static final SpaceType SPACE_UNDEFINED
public static SpaceType[] values()
for (SpaceType c : SpaceType.values()) System.out.println(c);
public static SpaceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String formatName()
@AnyLogicInternalAPI public java.lang.Class<? extends ExtAgentInteractive> getAgentExtClass()
@AnyLogicInternalAPI public java.lang.Class<? extends ExtEnvironmentInteractive> getEnvironmentExtClass()
Copyright © AnyLogic North America, LLC. All Rights Reserved.