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 void
PlanitNetworkWriter. 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 void
PlanitZoningReader. 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 class
ModesImpl
Implementation 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 Modes
InfrastructureNetwork. modes
class instance containing all modes specific functionality across the layersMethods in org.planit.network with parameters of type Modes Modifier and Type Method Description static InfrastructureLayersConfigurator
InfrastructureLayersConfigurator. 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 boolean
Zoning. isCompatibleWithDemands(Demands demands, Modes modes)
Verify if passed in demands are compatible with the zoning structure.
-