Schnittstelle ObjectPropConstants


public interface ObjectPropConstants
Defines some reserved/commonly used property keys and values.
  • Felddetails

    • MODEL_FILE_LAST_MODIFIED

      static final String 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

      static final String LOCTYPE_DEFAULT_REPRESENTATION
      A property key for LocationType 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

      static final String LOC_DEFAULT_REPRESENTATION
      A property key for Location 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

      static final String TRANSPORT_ORDER_RESOURCES_TO_AVOID
      A property key for TransportOrder 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

      static final String VEHICLE_DATA_TRANSFORMER
      A property key for Vehicle instances used to select the data transformer to be used.

      Type: String (the name of a data transformer factory)

      Siehe auch: