Uses of Interface
org.planit.utils.mode.Modes
-
Packages that use Modes Package Description org.planit.io.network.converter org.planit.io.zoning org.planit.mode org.planit.network org.planit.zoning -
-
Uses of Modes in org.planit.io.network.converter
Methods in org.planit.io.network.converter 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.planit.io.zoning
Methods in org.planit.io.zoning with parameters of type Modes Modifier and Type Method Description protected voidPlanitZoningReader. populateIntermodal(Modes modes, Map<String,MacroscopicLinkSegment> linkSegmentsByXmlId)parse the intermodal zones, i.e., platforms, stops, stations, etc. -
Uses of Modes in org.planit.mode
Classes in org.planit.mode that implement Modes Modifier and Type Class Description classModesImplImplementation of the Modes interface to create and register modes on itself -
Uses of Modes in org.planit.network
Fields in org.planit.network declared as Modes Modifier and Type Field Description ModesInfrastructureNetwork. modesclass instance containing all modes specific functionality across the layersMethods in org.planit.network with parameters of type Modes Modifier and Type Method Description static InfrastructureLayersConfiguratorInfrastructureLayersConfigurator. 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.planit.zoning
Methods in org.planit.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.
-