Uses of Class
org.goplanit.utils.mode.TrackModeType
-
Packages that use TrackModeType Package Description org.goplanit.io.xml.util Utility methods to help process XML dataorg.goplanit.mode org.goplanit.utils.mode -
-
Uses of TrackModeType in org.goplanit.io.xml.util
Methods in org.goplanit.io.xml.util that return TrackModeType Modifier and Type Method Description static TrackModeType
xmlEnumConversionUtil. xmlToPlanit(org.goplanit.xml.generated.TrackType xmlTrackType)
convert track type from XML to PLANitMethods in org.goplanit.io.xml.util with parameters of type TrackModeType Modifier and Type Method Description static org.goplanit.xml.generated.TrackType
xmlEnumConversionUtil. planitToXml(TrackModeType xmlTrackType)
convert track type from PLANit to XML -
Uses of TrackModeType in org.goplanit.mode
Methods in org.goplanit.mode that return TrackModeType Modifier and Type Method Description TrackModeType
PhysicalModeFeaturesImpl. getTrackType()
Methods in org.goplanit.mode with parameters of type TrackModeType Modifier and Type Method Description static PhysicalModeFeatures
ModeFeaturesFactory. createPhysicalFeatures(VehicularModeType vehicleType, MotorisationModeType motorisationType, TrackModeType trackType)
create physical mode featuresprotected void
PhysicalModeFeaturesImpl. setTrackType(TrackModeType trackType)
set the track type to useConstructors in org.goplanit.mode with parameters of type TrackModeType Constructor Description PhysicalModeFeaturesImpl(VehicularModeType vehicularType, MotorisationModeType motorisationType, TrackModeType trackType)
-
Uses of TrackModeType in org.goplanit.utils.mode
Fields in org.goplanit.utils.mode declared as TrackModeType Modifier and Type Field Description static TrackModeType
PhysicalModeFeatures. DEFAULT_TRACK_TYPE
default is road based, e.g.Methods in org.goplanit.utils.mode that return TrackModeType Modifier and Type Method Description TrackModeType
PhysicalModeFeatures. getTrackType()
collect the track type of this modestatic TrackModeType
TrackModeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TrackModeType[]
TrackModeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-