Uses of Interface
org.goplanit.utils.mode.Modes
-
-
Uses of Modes in org.goplanit.io.converter.network
Methods in org.goplanit.io.converter.network with parameters of type Modes Modifier and Type Method Description protected voidPlanitNetworkWriter. populateXmlConfiguration(Modes modes)Populate the link configuration for this network, i.e., the modes -
Uses of Modes in org.goplanit.io.converter.zoning
Methods in org.goplanit.io.converter.zoning with parameters of type Modes Modifier and Type Method Description protected voidPlanitZoningReader. populateIntermodal(Modes modes)Parse the intermodal zones, i.e., platforms, stops, stations, etc. -
Uses of Modes in org.goplanit.mode
Classes in org.goplanit.mode that implement Modes Modifier and Type Class Description classModesImplImplementation of the Modes interface to create and register modesFields in org.goplanit.mode declared as Modes Modifier and Type Field Description protected ModesModeFactoryImpl. modesmodes container to useConstructors in org.goplanit.mode with parameters of type Modes Constructor Description ModeFactoryImpl(IdGroupingToken groupId, Modes modes)Constructor -
Uses of Modes in org.goplanit.network
Methods in org.goplanit.network that return Modes Modifier and Type Method Description ModesTransportLayerNetwork. getModes()Collect the modesMethods in org.goplanit.network with parameters of type Modes Modifier and Type Method Description static MacroscopicNetworkLayerConfiguratorMacroscopicNetworkLayerConfigurator. createAllInOneConfiguration(Modes modes)create a configuration that maps all passed in modes to a single proposed all-in-one layer -
Uses of Modes in org.goplanit.osm.converter.network
Methods in org.goplanit.osm.converter.network with parameters of type Modes Modifier and Type Method Description protected voidOsmNetworkReaderSettings. initialise(Modes planitModes)conduct general initialisation for any instance of this classprotected voidOsmNetworkReaderSettings. initialiseDefaultMappingFromOsmModes2PlanitModes(Modes planitModes)Map both road and rail modes from OSM modes to PLANit modesprotected voidOsmRailwaySettings. initialiseDefaultMappingFromOsmRailModes2PlanitModes(Modes planitModes)each OSM rail mode is mapped (or not) to a PLANit mode by default so that the memory model's modes are user configurable yet linked to the original format.protected voidOsmHighwaySettings. initialiseDefaultMappingFromOsmRoadModes2PlanitModes(Modes planitModes)Each OSM road mode is mapped to a PLANit mode by default so that the memory model's modes are user configurable yet linked to the original format. -
Uses of Modes in org.goplanit.utils.mode
Methods in org.goplanit.utils.mode that return Modes Modifier and Type Method Description ModesModes. clone()clone modes container -
Uses of Modes in org.goplanit.zoning
Methods in org.goplanit.zoning with parameters of type Modes Modifier and Type Method Description booleanZoning. isCompatibleWithDemands(Demands demands, Modes modes)Verify if passed in demands are compatible with the zoning structure.
-