Uses of Class
org.goplanit.network.MacroscopicNetworkLayerConfigurator
-
Packages that use MacroscopicNetworkLayerConfigurator Package Description org.goplanit.network -
-
Uses of MacroscopicNetworkLayerConfigurator in org.goplanit.network
Methods in org.goplanit.network that return MacroscopicNetworkLayerConfigurator 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 layerstatic MacroscopicNetworkLayerConfiguratorMacroscopicNetworkLayerConfigurator. createMultiLayerConfiguration(Collection<PredefinedMode> predefinedModes)create a multi-layer configuration that maps all passed in modes to either a rail, active, or on-street layer.Methods in org.goplanit.network with parameters of type MacroscopicNetworkLayerConfigurator Modifier and Type Method Description voidMacroscopicNetwork. createAndRegisterLayers(MacroscopicNetworkLayerConfigurator layerConfiguration)Tries to initialise and create/register layers via a predefined configuration rather than letting the user do this manually via the infrastructure layers container.
-