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 classPhysicalModeFeaturesImplthe physical features of a mode are listed by this class.Methods in org.goplanit.mode that return PhysicalModeFeatures Modifier and Type Method Description static PhysicalModeFeaturesModeFeaturesFactory. createDefaultPhysicalFeatures()create default physical mode features (VEHICLE, MOTORISED, ROAD)static PhysicalModeFeaturesModeFeaturesFactory. createPhysicalFeatures(VehicularModeType vehicleType, MotorisationModeType motorisationType, TrackModeType trackType)create physical mode featuresPhysicalModeFeaturesModeImpl. getPhysicalFeatures()collect the physical features of this modeMethods in org.goplanit.mode with parameters of type PhysicalModeFeatures Modifier and Type Method Description ModeModeFactoryImpl. 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 PredefinedModeImpl(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 PhysicalModeFeaturesMode. getPhysicalFeatures()collect the physical features of this modeMethods in org.goplanit.utils.mode with parameters of type PhysicalModeFeatures Modifier and Type Method Description ModeModeFactory. registerNewCustomMode(String name, double maxSpeed, double pcu, PhysicalModeFeatures physicalFeatures, UsabilityModeFeatures usabilityFeatures)Create and register new mode
-