Uses of Class
org.goplanit.network.MacroscopicNetwork
-
-
Uses of MacroscopicNetwork in org.goplanit.assignment.ltm.sltm
Methods in org.goplanit.assignment.ltm.sltm that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkStaticLtm. getInfrastructureNetwork()Get the physical network for the current assignmentprotected MacroscopicNetworkStaticLtmAssignmentStrategy. getInfrastructureNetwork()The physical network used -
Uses of MacroscopicNetwork in org.goplanit.assignment.traditionalstatic
Methods in org.goplanit.assignment.traditionalstatic that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkTraditionalStaticAssignment. getInfrastructureNetwork()Get the physical network for the current assignment -
Uses of MacroscopicNetwork in org.goplanit.component.event
Methods in org.goplanit.component.event that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkPopulateNetworkEvent. getNetworkToPopulate()collect network to populateMacroscopicNetworkPopulateDemandsEvent. getParentNetwork()Collect PLANit network upon which this demands is to be appliedMacroscopicNetworkPopulateInitialLinkSegmentCostEvent. getParentNetwork()Collect network these costs should relate toMacroscopicNetworkPopulatePhysicalCostEvent. getParentNetwork()the network on which to populate the physical costMacroscopicNetworkPopulateServiceNetworkEvent. getParentNetwork()collect parent network to relate toMacroscopicNetworkPopulateZoningEvent. getParentNetwork()Collect PLANit network upon which this zoning is to be appliedConstructors in org.goplanit.component.event with parameters of type MacroscopicNetwork Constructor Description PopulateDemandsEvent(PlanitComponentFactory<?> source, Demands demandsToPopulate, Zoning parentZoning, MacroscopicNetwork parentNetwork)ConstructorPopulateInitialLinkSegmentCostEvent(PlanitComponentFactory<?> source, InitialMacroscopicLinkSegmentCost initialLinkSegmentCostToPopulate, String fileName, MacroscopicNetwork network, TimePeriod timePeriod)ConstructorPopulateNetworkEvent(PlanitComponentFactory<?> source, MacroscopicNetwork networkToPopulate)ConstructorPopulatePhysicalCostEvent(PlanitComponentFactory<?> source, AbstractPhysicalCost physicalCostToPopulate, MacroscopicNetwork network)ConstructorPopulateZoningEvent(PlanitComponentFactory<?> source, Zoning zoningToPopulate, MacroscopicNetwork network)Constructor -
Uses of MacroscopicNetwork in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return types with arguments of type MacroscopicNetwork Modifier and Type Method Description static Function<MacroscopicNetwork,String>IdMapperFunctionFactory. createMacroscopicNetworkIdMappingFunction(IdMapperType idMapper)create a function that takes a MacroscopicNetwork and generates the appropriate id based on the user configurationFunction<MacroscopicNetwork,String>NetworkIdMapper. getNetworkIdMapper()get id mapper for networks -
Uses of MacroscopicNetwork in org.goplanit.converter.intermodal
Methods in org.goplanit.converter.intermodal that return types with arguments of type MacroscopicNetwork Modifier and Type Method Description Quadruple<MacroscopicNetwork,Zoning,T,U>IntermodalReader. readWithServices()Methods in org.goplanit.converter.intermodal with parameters of type MacroscopicNetwork Modifier and Type Method Description voidIntermodalWriter. writeWithServices(MacroscopicNetwork physicalNetwork, Zoning zoning, T serviceNetwork, U routedServices)Write a network to the writer's output format.Constructor parameters in org.goplanit.converter.intermodal with type arguments of type MacroscopicNetwork Constructor Description IntermodalConverter(PairConverterReader<MacroscopicNetwork,Zoning> reader, PairConverterWriter<MacroscopicNetwork,Zoning> writer)ConstructorIntermodalConverter(PairConverterReader<MacroscopicNetwork,Zoning> reader, PairConverterWriter<MacroscopicNetwork,Zoning> writer)Constructor -
Uses of MacroscopicNetwork in org.goplanit.geoio.converter.intermodal
Methods in org.goplanit.geoio.converter.intermodal with parameters of type MacroscopicNetwork Modifier and Type Method Description voidGeometryIntermodalWriter. write(MacroscopicNetwork macroscopicNetwork, Zoning zoning)Write a network to the writer's output format.protected Pair<GeometryNetworkWriter,GeometryZoningWriter>GeometryIntermodalWriter. writeNetworkAndZoning(MacroscopicNetwork macroscopicNetwork, Zoning zoning)Persist network and zoning and return writers used.voidGeometryIntermodalWriter. writeWithServices(MacroscopicNetwork macroscopicNetwork, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)Write a network to the writer's output format. -
Uses of MacroscopicNetwork in org.goplanit.geoio.converter.network
Methods in org.goplanit.geoio.converter.network with parameters of type MacroscopicNetwork Modifier and Type Method Description protected voidGeometryNetworkWriter. writeLayers(MacroscopicNetwork macroscopicNetwork)Write layers of the network -
Uses of MacroscopicNetwork in org.goplanit.gtfs.converter.intermodal
Methods in org.goplanit.gtfs.converter.intermodal that return types with arguments of type MacroscopicNetwork Modifier and Type Method Description Pair<MacroscopicNetwork,Zoning>GtfsIntermodalReader. read()GTFS intermodal reader - when used - only supports reading with services included.Quadruple<MacroscopicNetwork,Zoning,ServiceNetwork,RoutedServices>GtfsIntermodalReader. readWithServices()Perform the conversion and parsing into PLANit memory model with service network and servicesMethods in org.goplanit.gtfs.converter.intermodal with parameters of type MacroscopicNetwork Modifier and Type Method Description static GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, DayOfWeek dayOfWeek, MacroscopicNetwork parentNetwork, RouteTypeChoice typeChoice)Create a GtfsIntermodalReader sourced from given input directory, but without a zoning available yet, an empty zoning based on global id token will be createdstatic GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, DayOfWeek dayOfWeek, MacroscopicNetwork parentNetwork, IdGroupingToken zoningIdToken, RouteTypeChoice typeChoice)Create a GtfsIntermodalReader sourced from given input directory, but without a zoning available yet, an empty zoning based on the id grouping token will be created for youstatic GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, DayOfWeek dayOfWeek, MacroscopicNetwork parentNetwork, Zoning parentZoning, RouteTypeChoice typeChoice)Create a GtfsIntermodalReader sourced from given input directorystatic GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, MacroscopicNetwork parentNetwork, Zoning parentZoning, RouteTypeChoice typeChoice)Create a GtfsIntermodalReader sourced from given input directory.static GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(MacroscopicNetwork parentNetwork, Zoning parentZoning, GtfsIntermodalReaderSettings settings)Create a GtfsIntermodalReader based on given settings which in turn contain information on required location and reference inputsMethod parameters in org.goplanit.gtfs.converter.intermodal with type arguments of type MacroscopicNetwork Modifier and Type Method Description static GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(String countryName, PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader)Create a GtfsIntermodalReader based on given locale input source needs to be manually set after, GTFS route choice type set to RouteTypeChoice.EXTENDED).static GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(GtfsIntermodalReaderSettings settings, PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader)Create a GtfsIntermodalReader based on given settings which in turn contain information on required location and reference inputs This specific approach allows the provision of an intermodal reader to obtain network and zoning rather than having instances passed inConstructors in org.goplanit.gtfs.converter.intermodal with parameters of type MacroscopicNetwork Constructor Description GtfsIntermodalReader(IdGroupingToken idToken, MacroscopicNetwork parentNetwork, Zoning parentZoning, GtfsIntermodalReaderSettings settings)Constructor where settings are directly provided such that input information can be extracted from itConstructor parameters in org.goplanit.gtfs.converter.intermodal with type arguments of type MacroscopicNetwork Constructor Description GtfsIntermodalReader(PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader, GtfsIntermodalReaderSettings settings)Constructor where settings are directly provided such that input information can be extracted from it, use reader to obtain network and zoning instances -
Uses of MacroscopicNetwork in org.goplanit.gtfs.converter.service
Methods in org.goplanit.gtfs.converter.service with parameters of type MacroscopicNetwork Modifier and Type Method Description static GtfsServicesReaderGtfsServicesReaderFactory. create(MacroscopicNetwork parentNetwork, String inputZipLocation, String countryName, DayOfWeek dayOfWeek, RouteTypeChoice typeChoice)Create a GtfsRoutedServicesReader sourced from given input directorystatic GtfsServicesReaderGtfsServicesReaderFactory. create(MacroscopicNetwork parentNetwork, GtfsServicesReaderSettings settings)Create a PlanitRoutedServicesReader based on given settings which in turn contain information on location and parent network to useConstructors in org.goplanit.gtfs.converter.service with parameters of type MacroscopicNetwork Constructor Description GtfsServicesReader(MacroscopicNetwork referenceNetwork, GtfsServicesReaderSettings settings)Constructor where settings are directly provided such that input information can be extracted from itGtfsServicesReader(IdGroupingToken idToken, MacroscopicNetwork referenceNetwork, GtfsServicesReaderSettings settings)Constructor where settings are directly provided such that input information can be extracted from it -
Uses of MacroscopicNetwork in org.goplanit.gtfs.util
Methods in org.goplanit.gtfs.util with parameters of type MacroscopicNetwork Modifier and Type Method Description static voidGtfsConverterReaderHelper. syncActivatedPlanitPredefinedModesBeforeParsing(GtfsServicesReaderSettings settings, MacroscopicNetwork network)Use when it is the time to make sure that the mapped predefined PLANit modes exist as actual mode instances, so supplement the provides modes container where needed based on the configuration. -
Uses of MacroscopicNetwork in org.goplanit.io.converter.demands
Methods in org.goplanit.io.converter.demands with parameters of type MacroscopicNetwork Modifier and Type Method Description voidPlanitDemandsReader. setReferenceNetwork(MacroscopicNetwork referenceNetwork)Set reference network to use -
Uses of MacroscopicNetwork in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as MacroscopicNetwork Modifier and Type Field Description protected MacroscopicNetworkPlanitIntermodalReader. networkToPopulatethe network to populateMethods in org.goplanit.io.converter.intermodal that return types with arguments of type MacroscopicNetwork Modifier and Type Method Description Pair<MacroscopicNetwork,Zoning>PlanitIntermodalReader. read()parse the network based on the configuration of the implementing class to yield a PLANit networkQuadruple<MacroscopicNetwork,Zoning,ServiceNetwork,RoutedServices>PlanitIntermodalReader. readWithServices()PArse network, zoning, service network, and routed services that belong togetherMethods in org.goplanit.io.converter.intermodal with parameters of type MacroscopicNetwork Modifier and Type Method Description static PlanitIntermodalReaderPlanitIntermodalReaderFactory. create(String pathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning)Factory method for intermodal reader( without services)static PlanitIntermodalReaderPlanitIntermodalReaderFactory. create(String pathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)Factory methodstatic PlanitIntermodalReaderPlanitIntermodalReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork, org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, org.goplanit.xml.generated.XMLElementServiceNetwork xmlRawServiceNetwork, org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory modelvoidPlanitIntermodalWriter. write(MacroscopicNetwork macroscopicNetwork, Zoning zoning)Write a network to the writer's output format.protected Pair<PlanitNetworkWriter,PlanitZoningWriter>PlanitIntermodalWriter. writeNetworkAndZoning(MacroscopicNetwork macroscopicNetwork, Zoning zoning)Persist network and zoning and return writersvoidPlanitIntermodalWriter. writeWithServices(MacroscopicNetwork macroscopicNetwork, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)Write a network to the writer's output format.Constructors in org.goplanit.io.converter.intermodal with parameters of type MacroscopicNetwork Constructor Description PlanitIntermodalReader(String inputPathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning)constructor where xml content is still on disk and first needs to be parsed into memory before converted to planit memory modelPlanitIntermodalReader(String inputPathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)constructor where xml content is still on disk and first needs to be parsed into memory before converted to planit memory modelPlanitIntermodalReader(PlanitIntermodalReaderSettings settings, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)ConstructorPlanitIntermodalReader(PlanitIntermodalReaderSettings settings, org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork, org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, org.goplanit.xml.generated.XMLElementServiceNetwork xmlRawServiceNetwork, org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)constructor where the xml content has already been parsed into a JAXB memory model which subsequently needs to be converted into the planit memory modelPlanitIntermodalReader(org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork, org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, MacroscopicNetwork network, Zoning zoning)constructor where the xml content has already been parsed into a JAXB memory model which subsequently needs to be converted into the planit memory model -
Uses of MacroscopicNetwork in org.goplanit.io.converter.network
Methods in org.goplanit.io.converter.network that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkPlanitNetworkReader. read()parse the network based on the configuration of the implementing class to yield a PLANit networkMethods in org.goplanit.io.converter.network with parameters of type MacroscopicNetwork Modifier and Type Method Description MacroscopicLinkSegmentPlanitNetworkReader. getLinkSegmentByExternalId(MacroscopicNetwork network, String externalId)returns the first link segment for which the given external id matches.protected voidPlanitNetworkWriter. populateXmlNetworkLayer(org.goplanit.xml.generated.XMLElementInfrastructureLayers xmlInfrastructureLayers, MacroscopicNetworkLayerImpl physicalNetworkLayer, MacroscopicNetwork network)Populate the network layerprotected voidPlanitNetworkWriter. populateXmlNetworkLayers(MacroscopicNetwork network)Populate the available network layers -
Uses of MacroscopicNetwork in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service with parameters of type MacroscopicNetwork Modifier and Type Method Description static PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(String inputDirectory, MacroscopicNetwork parentNetwork)Create a PLANitServiceNetworkReader sourced from given input directorystatic PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings, MacroscopicNetwork parentNetwork)Create a PLANitServiceNetworkReader based on given settings which in turn contain information on location and parent network to usestatic PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(MacroscopicNetwork parentNetwork)Create a PLANitServiceNetworkReaderstatic PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(IdGroupingToken idToken, MacroscopicNetwork parentNetwork)Create a PLANitServiceNetworkReader based on custom id token -
Uses of MacroscopicNetwork in org.goplanit.io.input
Methods in org.goplanit.io.input with parameters of type MacroscopicNetwork Modifier and Type Method Description protected voidPlanItInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)Populates the Demands object from the input fileprotected voidPlanItInputBuilder. populateMacroscopicNetwork(MacroscopicNetwork network)Creates the macroscopic network object from the data in the input fileprotected voidPlanItInputBuilder. populateZoning(Zoning zoning, MacroscopicNetwork network)Creates the Zoning object and connectoids from the data in the input file -
Uses of MacroscopicNetwork in org.goplanit.io.project
Methods in org.goplanit.io.project that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkPlanItSimpleProject. getNetwork()Return the current network object -
Uses of MacroscopicNetwork in org.goplanit.matsim.converter
Fields in org.goplanit.matsim.converter declared as MacroscopicNetwork Modifier and Type Field Description protected MacroscopicNetworkMatsimZoningWriterSettings. referenceNetworkthe reference network this zoning is supposed to be compatible withMethods in org.goplanit.matsim.converter that return MacroscopicNetwork Modifier and Type Method Description protected MacroscopicNetworkMatsimZoningWriterSettings. getReferenceNetwork()Collect the reference network usedMethods in org.goplanit.matsim.converter with parameters of type MacroscopicNetwork Modifier and Type Method Description voidMatsimNetworkWriterSettings. logSettings(MacroscopicNetwork macroscopicNetwork)Convenience method to log all the current settingsvoidMatsimZoningWriterSettings. setReferenceNetwork(MacroscopicNetwork referenceNetwork)Set the reference network to use when mapping zoning entities to network entitiesvoidMatsimIntermodalWriter. write(MacroscopicNetwork infrastructureNetwork, Zoning zoning)Persist the PLANit network and zoning as a MATSim network to diskvoidMatsimIntermodalWriter. writeWithServices(MacroscopicNetwork infrastructureNetwork, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)Persist the PLANit network and zoning as a MATSIM compatible network to diskConstructors in org.goplanit.matsim.converter with parameters of type MacroscopicNetwork Constructor Description MatsimZoningWriterSettings(String outputDirectory, String outputFileName, String countryName, MacroscopicNetwork referenceNetwork)Constructor -
Uses of MacroscopicNetwork in org.goplanit.matsim.util
Methods in org.goplanit.matsim.util with parameters of type MacroscopicNetwork Modifier and Type Method Description protected voidPlanitMatsimWriterModeMappingSettings. logSettings(MacroscopicNetwork macroscopicNetwork)Convenience method to log all the current settings -
Uses of MacroscopicNetwork in org.goplanit.network
Methods in org.goplanit.network that return MacroscopicNetwork Modifier and Type Method Description static MacroscopicNetworkMacroscopicNetwork. createSimpleGrid(IdGroupingToken tokenId, int rows, int columns)Create a macroscopic network instance using the id token provided and in addition generate a simple grid-based network layer for the predefined car mode, where each link is bi-directional and has a single link segment type with access for car (nothing else set).MacroscopicNetworkMacroscopicNetwork. deepClone()deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleMacroscopicNetworkServiceNetwork. getParentNetwork()The parent network of the service networkMacroscopicNetworkMacroscopicNetwork. shallowClone()Create a shallow copy of this entityMethods in org.goplanit.network with parameters of type MacroscopicNetwork Modifier and Type Method Description static voidMacroscopicNetworkModifierUtils. syncManagedIdEntitiesContainerXmlIdsToIds(MacroscopicNetwork network)Convenience method to sync XMLids to Ids by making use of layer modifiers and Event listeners.Constructors in org.goplanit.network with parameters of type MacroscopicNetwork Constructor Description MacroscopicNetwork(MacroscopicNetwork other, boolean deepCopy, ManagedIdDeepCopyMapper<Mode> modeMapper, ManagedIdDeepCopyMapper<MacroscopicNetworkLayer> layerMapper)Copy constructor.ServiceNetwork(IdGroupingToken tokenId, MacroscopicNetwork parentNetwork)Constructor -
Uses of MacroscopicNetwork in org.goplanit.network.layers
Methods in org.goplanit.network.layers that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkServiceNetworkLayersImpl. getParentNetwork()The parent networkConstructors in org.goplanit.network.layers with parameters of type MacroscopicNetwork Constructor Description ServiceNetworkLayersImpl(IdGroupingToken idToken, MacroscopicNetwork parentNetwork)Constructor -
Uses of MacroscopicNetwork in org.goplanit.osm.converter.intermodal
Methods in org.goplanit.osm.converter.intermodal that return types with arguments of type MacroscopicNetwork Modifier and Type Method Description Pair<MacroscopicNetwork,Zoning>OsmIntermodalReader. read()Parse a local *.osm or *.osm.pbf file and convert it into a Macroscopic network and zoning given the configuration options that have been setQuadruple<MacroscopicNetwork,Zoning,ServiceNetwork,RoutedServices>OsmIntermodalReader. readWithServices()Currently no support yet for this feature -
Uses of MacroscopicNetwork in org.goplanit.osm.converter.network
Methods in org.goplanit.osm.converter.network that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkOsmNetworkReader. read()Parse a local *.osm or *.osm.pbf file and convert it into a Macroscopic network given the configuration options that have been set -
Uses of MacroscopicNetwork in org.goplanit.osm.physical.network.macroscopic
Subclasses of MacroscopicNetwork in org.goplanit.osm.physical.network.macroscopic Modifier and Type Class Description classPlanitOsmNetworkMacroscopic network with additional OSM functionality Disclaimer: The descriptions for the default OSM link segment types have been copied from the OSM Wiki -
Uses of MacroscopicNetwork in org.goplanit.project
Methods in org.goplanit.project that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkCustomPlanItProject. createAndRegisterMacroscopicNetwork()Create and register a macroscopic network on the projectMethods in org.goplanit.project with parameters of type MacroscopicNetwork Modifier and Type Method Description ServiceNetworkCustomPlanItProject. createAndRegisterServiceNetwork(MacroscopicNetwork network)Create and register service networks to the projectServiceNetworkPlanItProjectInput. createAndRegisterServiceNetwork(MacroscopicNetwork network)Create and register service networks to the project inputs -
Uses of MacroscopicNetwork in org.goplanit.tntp.converter.demands
Methods in org.goplanit.tntp.converter.demands that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkTntpDemandsReader. getReferenceNetwork()Methods in org.goplanit.tntp.converter.demands with parameters of type MacroscopicNetwork Modifier and Type Method Description static TntpDemandsReaderTntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning)Factory method using global id token to create instance of demandsstatic TntpDemandsReaderTntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning, IdGroupingToken idToken)Factory methodstatic TntpDemandsReaderTntpDemandsReaderFactory. create(MacroscopicNetwork network, Zoning zoning)Factory method using global id token to create instance of demands, requires user to set input filestatic TntpDemandsReaderTntpDemandsReaderFactory. create(MacroscopicNetwork network, Zoning zoning, IdGroupingToken idToken)Factory method, will create Demands based on idToken provided and use it to populate when reading in TNTP demand, , requires user to set input filestatic TntpDemandsReaderTntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, MacroscopicNetwork referenceNetwork, Zoning referenceZoning, Demands demandsToPopulate)Factory methodConstructors in org.goplanit.tntp.converter.demands with parameters of type MacroscopicNetwork Constructor Description TntpDemandsReader(TntpDemandsReaderSettings settings, MacroscopicNetwork referenceNetwork, Zoning referenceZoning, Demands demandsToPopulate)Constructor -
Uses of MacroscopicNetwork in org.goplanit.tntp.converter.zoning
Fields in org.goplanit.tntp.converter.zoning declared as MacroscopicNetwork Modifier and Type Field Description protected MacroscopicNetworkTntpZoningReaderSettings. referenceNetworkthe network this zoning relates toMethods in org.goplanit.tntp.converter.zoning that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetworkTntpZoningReader. getReferenceNetwork()Methods in org.goplanit.tntp.converter.zoning with parameters of type MacroscopicNetwork Modifier and Type Method Description static TntpZoningReaderTntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, IdGroupingToken idToken)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, Zoning zoningToPopulate)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(MacroscopicNetwork network, IdGroupingToken idToken)Factory method, will create zoning based on idToken provided and use it to populate when reading in TNTP zoningstatic TntpZoningReaderTntpZoningReaderFactory. create(MacroscopicNetwork network, Zoning zoningToPopulate)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, MacroscopicNetwork referenceNetwork, Zoning zoningToPopulate)Factory methodConstructors in org.goplanit.tntp.converter.zoning with parameters of type MacroscopicNetwork Constructor Description TntpZoningReader(TntpZoningReaderSettings zoningSettings, MacroscopicNetwork referenceNetwork, Zoning zoningToPopulate)Constructor -
Uses of MacroscopicNetwork in org.goplanit.tntp.input
Methods in org.goplanit.tntp.input with parameters of type MacroscopicNetwork Modifier and Type Method Description protected voidTntpInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)Populates the Demands object from the input fileprotected voidTntpInputBuilder. populateMacroscopicNetwork(MacroscopicNetwork macroscopicNetwork)Creates the physical network object from the data in the input fileprotected voidTntpInputBuilder. populatePhysicalCost(AbstractPhysicalCost costComponent, MacroscopicNetwork parentNetwork)Populate the BPR parameters
-