Package org.opentcs.data.model
Schnittstelle ModelConstants
public interface ModelConstants
Defines some constants used for plant models.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final int
The ID of the default layer group.static final String
The name of the default layer group.static final int
The ID of the default layer.static final String
The name of the default layer.static final int
The ordinal of the default layer.static final String
The default name for the visual layout.
-
Felddetails
-
DEFAULT_VISUAL_LAYOUT_NAME
The default name for the visual layout.- Siehe auch:
-
DEFAULT_LAYER_NAME
The name of the default layer.- Siehe auch:
-
DEFAULT_LAYER_ID
static final int DEFAULT_LAYER_IDThe ID of the default layer.- Siehe auch:
-
DEFAULT_LAYER_ORDINAL
static final int DEFAULT_LAYER_ORDINALThe ordinal of the default layer.- Siehe auch:
-
DEFAULT_LAYER_GROUP_NAME
The name of the default layer group.- Siehe auch:
-
DEFAULT_LAYER_GROUP_ID
static final int DEFAULT_LAYER_GROUP_IDThe ID of the default layer group.- Siehe auch:
-