Uses of Interface
org.goplanit.utils.mode.PhysicalModeFeatures
-
Packages that use PhysicalModeFeatures Package Description org.goplanit.mode org.goplanit.utils.mode -
-
Uses of PhysicalModeFeatures in org.goplanit.mode
Classes in org.goplanit.mode that implement PhysicalModeFeatures Modifier and Type Class Description class
PhysicalModeFeaturesImpl
the physical features of a mode are listed by this class.Methods in org.goplanit.mode that return PhysicalModeFeatures Modifier and Type Method Description static PhysicalModeFeatures
ModeFeaturesFactory. createDefaultPhysicalFeatures()
create default physical mode features (VEHICLE, MOTORISED, ROAD)static PhysicalModeFeatures
ModeFeaturesFactory. createPhysicalFeatures(VehicularModeType vehicleType, MotorisationModeType motorisationType, TrackModeType trackType)
create physical mode featuresPhysicalModeFeatures
ModeImpl. getPhysicalFeatures()
collect the physical features of this modeMethods in org.goplanit.mode with parameters of type PhysicalModeFeatures Modifier and Type Method Description Mode
ModeFactoryImpl. registerNewCustomMode(String name, double maxSpeed, double pcu, PhysicalModeFeatures physicalFeatures, UsabilityModeFeatures usabilityFeatures)
Create and register new modeConstructors in org.goplanit.mode with parameters of type PhysicalModeFeatures Constructor Description ModeImpl(IdGroupingToken tokenId, String name, double maxSpeed, double pcu, PhysicalModeFeatures physicalFeatures, UsabilityModeFeatures usabilityFeatures)
Constructor, using all defaults for non-provided parametersPredefinedModeImpl(IdGroupingToken groupId, PredefinedModeType modeType, double maxSpeed, double pcu, PhysicalModeFeatures physicalFeatures, UsabilityModeFeatures usabilityFeatures)
A predefined mode -
Uses of PhysicalModeFeatures in org.goplanit.utils.mode
Methods in org.goplanit.utils.mode that return PhysicalModeFeatures Modifier and Type Method Description PhysicalModeFeatures
Mode. getPhysicalFeatures()
collect the physical features of this modeMethods in org.goplanit.utils.mode with parameters of type PhysicalModeFeatures Modifier and Type Method Description Mode
ModeFactory. registerNewCustomMode(String name, double maxSpeed, double pcu, PhysicalModeFeatures physicalFeatures, UsabilityModeFeatures usabilityFeatures)
Create and register new mode
-