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 void
PlanitNetworkWriter. 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 void
PlanitZoningReader. 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 class
ModesImpl
Implementation of the Modes interface to create and register modesFields in org.goplanit.mode declared as Modes Modifier and Type Field Description protected Modes
ModeFactoryImpl. modes
modes 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 Modes
TransportLayerNetwork. getModes()
Collect the modesMethods in org.goplanit.network with parameters of type Modes Modifier and Type Method Description static MacroscopicNetworkLayerConfigurator
MacroscopicNetworkLayerConfigurator. 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 void
OsmNetworkReaderSettings. initialise(Modes planitModes)
conduct general initialisation for any instance of this classprotected void
OsmNetworkReaderSettings. initialiseDefaultMappingFromOsmModes2PlanitModes(Modes planitModes)
Map both road and rail modes from OSM modes to PLANit modesprotected void
OsmRailwaySettings. 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 void
OsmHighwaySettings. 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 Modes
Modes. 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 boolean
Zoning. isCompatibleWithDemands(Demands demands, Modes modes)
Verify if passed in demands are compatible with the zoning structure.
-