Uses of Interface
org.goplanit.utils.mode.Modes
-
Packages that use Modes Package Description org.goplanit.gtfs.util org.goplanit.io.converter.network org.goplanit.io.converter.zoning org.goplanit.mode org.goplanit.network org.goplanit.utils.mode org.goplanit.zoning -
-
Uses of Modes in org.goplanit.gtfs.util
Methods in org.goplanit.gtfs.util with parameters of type Modes Modifier and Type Method Description static HashMap<RouteType,List<Mode>>
GtfsConverterReaderHelper. createCombinedActivatedPlanitModes(GtfsConverterReaderSettingsWithModeMapping settings, Modes allAvailablePlanitModes)
Based on the settings which define both custom and predefined mappings, we construct the instance mappings from Gtfs mode to PLANit mode, e.g., when a predefined mode type is configured, it results in an instance of that type on a network, this instance should be available in the passed in #allAvailablePlanitMdes, we then combine these mappings with the custom mode mappings on the settings to create a single consolidated set which can be used during parsing without the need of checking whether a mode is predefined or not. -
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
LayeredNetwork. 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.utils.mode
Methods in org.goplanit.utils.mode that return Modes Modifier and Type Method Description Modes
Modes. deepClone()
Deep clone implementationModes
Modes. deepCloneWithMapping(BiConsumer<Mode,Mode> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperModes
Modes. shallowClone()
Shallow clone implementation -
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.
-