Package org.opentcs.guing.util
Interface ElementNamingSchemeConfiguration
@ConfigurationPrefix("elementnamingscheme")
public interface ElementNamingSchemeConfiguration
Provides methods to configure the naming convention for model elements.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPREFIXThis configuration's prefix. -
Method Summary
Modifier and Type Method Description java.lang.StringblockNumberPattern()java.lang.StringblockPrefix()java.lang.StringlayoutNumberPattern()java.lang.StringlayoutPrefix()java.lang.StringlinkNumberPattern()java.lang.StringlinkPrefix()java.lang.StringlocationNumberPattern()java.lang.StringlocationPrefix()java.lang.StringlocationTypeNumberPattern()java.lang.StringlocationTypePrefix()java.lang.StringpathNumberPattern()java.lang.StringpathPrefix()java.lang.StringpointNumberPattern()java.lang.StringpointPrefix()java.lang.StringvehicleNumberPattern()java.lang.StringvehiclePrefix()
-
Field Details
-
PREFIX
static final java.lang.String PREFIXThis configuration's prefix.- See Also:
- Constant Field Values
-
-
Method Details
-
pointPrefix
@ConfigurationEntry(type="String", description="The default prefix for a new point element.", orderKey="0_point_0") java.lang.String pointPrefix() -
pointNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new point element.", orderKey="0_point_1") java.lang.String pointNumberPattern() -
pathPrefix
@ConfigurationEntry(type="String", description="The default prefix for a new path element.", orderKey="1_path_0") java.lang.String pathPrefix() -
pathNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new path element.", orderKey="1_path_1") java.lang.String pathNumberPattern() -
locationTypePrefix
@ConfigurationEntry(type="String", description="The default prefix for a new location type element.", orderKey="2_loctype_0") java.lang.String locationTypePrefix() -
locationTypeNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new location type element.", orderKey="2_loctype_1") java.lang.String locationTypeNumberPattern() -
locationPrefix
@ConfigurationEntry(type="String", description="The default prefix for a new location element.", orderKey="3_loc_0") java.lang.String locationPrefix() -
locationNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new location element.", orderKey="3_loc_1") java.lang.String locationNumberPattern() -
linkPrefix
@ConfigurationEntry(type="String", description="The default prefix for a new link element.", orderKey="4_link_0") java.lang.String linkPrefix() -
linkNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new link element.", orderKey="4_link_1") java.lang.String linkNumberPattern() -
blockPrefix
@ConfigurationEntry(type="String", description="The default prefix for a new block.", orderKey="5_block_0") java.lang.String blockPrefix() -
blockNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new block.", orderKey="5_block_1") java.lang.String blockNumberPattern() -
layoutPrefix
@ConfigurationEntry(type="String", description="The default prefix for a new layout element.", orderKey="7_layout_0") java.lang.String layoutPrefix() -
layoutNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new layout element.", orderKey="7_layout_1") java.lang.String layoutNumberPattern() -
vehiclePrefix
@ConfigurationEntry(type="String", description="The default prefix for a new vehicle.", orderKey="8_vehicle_0") java.lang.String vehiclePrefix() -
vehicleNumberPattern
@ConfigurationEntry(type="String", description="The numbering pattern for a new vehicle.", orderKey="8_vehicle_1") java.lang.String vehicleNumberPattern()
-