Package org.opentcs.data
Interface ObjectPropConstants
public interface ObjectPropConstants
Defines some reserved/commonly used property keys and values.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LOC_DEFAULT_REPRESENTATION
A property key forLocation
instances used to provide a hint for the visualization how the locations should be visualized.static java.lang.String
LOCTYPE_DEFAULT_REPRESENTATION
A property key forLocationType
instances used to provide a hint for the visualization how locations of the type should be visualized.static java.lang.String
MODEL_FILE_LAST_MODIFIED
A property key for models used to store the last-modified time stamp.static java.lang.String
TRANSPORT_ORDER_RESOURCES_TO_AVOID
A property key forTransportOrder
instances used to define resources (i.e., points, paths or locations) that should be avoided by vehicles processing transport orders with such a property.
-
Field Details
-
MODEL_FILE_LAST_MODIFIED
static final java.lang.String MODEL_FILE_LAST_MODIFIEDA property key for models used to store the last-modified time stamp.Type: A time stamp, encoded using ISO 8601. (Can be parsed using
java.time.Instant
.)- See Also:
- Constant Field Values
-
LOCTYPE_DEFAULT_REPRESENTATION
static final java.lang.String LOCTYPE_DEFAULT_REPRESENTATIONA property key forLocationType
instances used to provide a hint for the visualization how locations of the type should be visualized.Type: String (any element of
LocationRepresentation
)- See Also:
- Constant Field Values
-
LOC_DEFAULT_REPRESENTATION
static final java.lang.String LOC_DEFAULT_REPRESENTATIONA property key forLocation
instances used to provide a hint for the visualization how the locations should be visualized.Type: String (any element of
LocationRepresentation
)- See Also:
- Constant Field Values
-
TRANSPORT_ORDER_RESOURCES_TO_AVOID
static final java.lang.String TRANSPORT_ORDER_RESOURCES_TO_AVOIDA property key forTransportOrder
instances used to define resources (i.e., points, paths or locations) that should be avoided by vehicles processing transport orders with such a property.Type: String (a comma-separated list of resource names)
- See Also:
- Constant Field Values
-