Package org.planit.mode
Class HeavyGoodsMode
- java.lang.Object
-
- org.planit.mode.ModeImpl
-
- org.planit.mode.PredefinedModeImpl
-
- org.planit.mode.HeavyGoodsMode
-
- All Implemented Interfaces:
Comparable<Idable>
,ExternalIdable
,Idable
,Mode
,PredefinedMode
public class HeavyGoodsMode extends PredefinedModeImpl
the predefined heavy goods vehicle mode, i.e., truck over 3.5 tonnes- name: hgv
- maxspeed (km/h): 90
- pcu: 2.5
- vehicular type: VEHICULAR
- motorisation: MOTORISED
- track: ROAD
- use: GOODS
- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static double
DEFAULT_MAX_SPEED_KMH
static double
DEFAULT_PCU
static PhysicalModeFeatures
HGV_PHYSICAL_FEATURES
static UsabilityModeFeatures
HGV_USABLITY_FEATURES
-
Fields inherited from class org.planit.mode.ModeImpl
DEFAULT_EXTERNAL_ID
-
Fields inherited from interface org.planit.utils.mode.Mode
DEFAULT_XML_ID, GLOBAL_DEFAULT_MAXIMUM_SPEED_KMH, GLOBAL_DEFAULT_PCU
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HeavyGoodsMode(IdGroupingToken groupId)
Constructor for heavy goods vehicle mode
-
Method Summary
-
Methods inherited from class org.planit.mode.PredefinedModeImpl
getPredefinedModeType
-
Methods inherited from class org.planit.mode.ModeImpl
equals, getExternalId, getId, getMaximumSpeedKmH, getName, getPcu, getPhysicalFeatures, getUseFeatures, getXmlId, hasExternalId, hashCode, setExternalId, setXmlId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.planit.utils.id.ExternalIdable
getExternalId, getXmlId, hasExternalId, hasXmlId, setExternalId, setXmlId
-
Methods inherited from interface org.planit.utils.id.Idable
compareTo, getId, idEquals, idHashCode
-
Methods inherited from interface org.planit.utils.mode.Mode
getMaximumSpeedKmH, getName, getPcu, getPhysicalFeatures, getUseFeatures, hasName, hasPhysicalFeatures, hasUseFeatures
-
Methods inherited from interface org.planit.utils.mode.PredefinedMode
isPredefinedModeType
-
-
-
-
Field Detail
-
DEFAULT_MAX_SPEED_KMH
public static final double DEFAULT_MAX_SPEED_KMH
- See Also:
- Constant Field Values
-
DEFAULT_PCU
public static final double DEFAULT_PCU
- See Also:
- Constant Field Values
-
HGV_PHYSICAL_FEATURES
public static final PhysicalModeFeatures HGV_PHYSICAL_FEATURES
-
HGV_USABLITY_FEATURES
public static final UsabilityModeFeatures HGV_USABLITY_FEATURES
-
-
Constructor Detail
-
HeavyGoodsMode
protected HeavyGoodsMode(IdGroupingToken groupId)
Constructor for heavy goods vehicle mode- Parameters:
groupId
- to generate unique id
-
-