Package org.opentcs.data
Schnittstelle ObjectPropConstants
public interface ObjectPropConstants
Defines some reserved/commonly used property keys and values.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final String
A property key forLocation
instances used to provide a hint for the visualization how the locations should be visualized.static final String
A property key forLocationType
instances used to provide a hint for the visualization how locations of the type should be visualized.static final String
A property key for models used to store the last-modified time stamp.static final String
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.static final String
A property key forVehicle
instances used to select the data transformer to be used.
-
Felddetails
-
MODEL_FILE_LAST_MODIFIED
A 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
.)- Siehe auch:
-
LOCTYPE_DEFAULT_REPRESENTATION
A 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
)- Siehe auch:
-
LOC_DEFAULT_REPRESENTATION
A property key forLocation
instances used to provide a hint for the visualization how the locations should be visualized.Type: String (any element of
LocationRepresentation
)- Siehe auch:
-
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.Type: String (a comma-separated list of resource names)
- Siehe auch:
-
VEHICLE_DATA_TRANSFORMER
A property key forVehicle
instances used to select the data transformer to be used.Type: String (the name of a data transformer factory)
- Siehe auch:
-