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 MacroscopicNetwork
StaticLtm. getInfrastructureNetwork()
Get the physical network for the current assignmentprotected MacroscopicNetwork
StaticLtmAssignmentStrategy. 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 MacroscopicNetwork
TraditionalStaticAssignment. 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 MacroscopicNetwork
PopulateNetworkEvent. getNetworkToPopulate()
collect network to populateMacroscopicNetwork
PopulateDemandsEvent. getParentNetwork()
Collect PLANit network upon which this demands is to be appliedMacroscopicNetwork
PopulateInitialLinkSegmentCostEvent. getParentNetwork()
Collect network these costs should relate toMacroscopicNetwork
PopulatePhysicalCostEvent. getParentNetwork()
the network on which to populate the physical costMacroscopicNetwork
PopulateServiceNetworkEvent. getParentNetwork()
collect parent network to relate toMacroscopicNetwork
PopulateZoningEvent. 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 void
IntermodalWriter. 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 void
GeometryIntermodalWriter. 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.void
GeometryIntermodalWriter. 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 void
GeometryNetworkWriter. 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 GtfsIntermodalReader
GtfsIntermodalReaderFactory. 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 GtfsIntermodalReader
GtfsIntermodalReaderFactory. 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 GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, DayOfWeek dayOfWeek, MacroscopicNetwork parentNetwork, Zoning parentZoning, RouteTypeChoice typeChoice)
Create a GtfsIntermodalReader sourced from given input directorystatic GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(String inputDirectory, String countryName, MacroscopicNetwork parentNetwork, Zoning parentZoning, RouteTypeChoice typeChoice)
Create a GtfsIntermodalReader sourced from given input directory.static GtfsIntermodalReader
GtfsIntermodalReaderFactory. 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 GtfsIntermodalReader
GtfsIntermodalReaderFactory. 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 GtfsIntermodalReader
GtfsIntermodalReaderFactory. 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 GtfsServicesReader
GtfsServicesReaderFactory. create(MacroscopicNetwork parentNetwork, String inputZipLocation, String countryName, DayOfWeek dayOfWeek, RouteTypeChoice typeChoice)
Create a GtfsRoutedServicesReader sourced from given input directorystatic GtfsServicesReader
GtfsServicesReaderFactory. 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 void
GtfsConverterReaderHelper. 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 void
PlanitDemandsReader. 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 MacroscopicNetwork
PlanitIntermodalReader. networkToPopulate
the 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 PlanitIntermodalReader
PlanitIntermodalReaderFactory. create(String pathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning)
Factory method for intermodal reader( without services)static PlanitIntermodalReader
PlanitIntermodalReaderFactory. create(String pathDirectory, String xmlFileExtension, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)
Factory methodstatic PlanitIntermodalReader
PlanitIntermodalReaderFactory. 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 modelvoid
PlanitIntermodalWriter. 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 writersvoid
PlanitIntermodalWriter. 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 MacroscopicNetwork
PlanitNetworkReader. 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 MacroscopicLinkSegment
PlanitNetworkReader. getLinkSegmentByExternalId(MacroscopicNetwork network, String externalId)
returns the first link segment for which the given external id matches.protected void
PlanitNetworkWriter. populateXmlNetworkLayer(org.goplanit.xml.generated.XMLElementInfrastructureLayers xmlInfrastructureLayers, MacroscopicNetworkLayerImpl physicalNetworkLayer, MacroscopicNetwork network)
Populate the network layerprotected void
PlanitNetworkWriter. 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 PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(String inputDirectory, MacroscopicNetwork parentNetwork)
Create a PLANitServiceNetworkReader sourced from given input directorystatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings, MacroscopicNetwork parentNetwork)
Create a PLANitServiceNetworkReader based on given settings which in turn contain information on location and parent network to usestatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(MacroscopicNetwork parentNetwork)
Create a PLANitServiceNetworkReaderstatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. 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 void
PlanItInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)
Populates the Demands object from the input fileprotected void
PlanItInputBuilder. populateMacroscopicNetwork(MacroscopicNetwork network)
Creates the macroscopic network object from the data in the input fileprotected void
PlanItInputBuilder. 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 MacroscopicNetwork
PlanItSimpleProject. 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 MacroscopicNetwork
MatsimZoningWriterSettings. referenceNetwork
the reference network this zoning is supposed to be compatible withMethods in org.goplanit.matsim.converter that return MacroscopicNetwork Modifier and Type Method Description protected MacroscopicNetwork
MatsimZoningWriterSettings. getReferenceNetwork()
Collect the reference network usedMethods in org.goplanit.matsim.converter with parameters of type MacroscopicNetwork Modifier and Type Method Description void
MatsimNetworkWriterSettings. logSettings(MacroscopicNetwork macroscopicNetwork)
Convenience method to log all the current settingsvoid
MatsimZoningWriterSettings. setReferenceNetwork(MacroscopicNetwork referenceNetwork)
Set the reference network to use when mapping zoning entities to network entitiesvoid
MatsimIntermodalWriter. write(MacroscopicNetwork infrastructureNetwork, Zoning zoning)
Persist the PLANit network and zoning as a MATSim network to diskvoid
MatsimIntermodalWriter. 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 void
PlanitMatsimWriterModeMappingSettings. 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 MacroscopicNetwork
MacroscopicNetwork. 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).MacroscopicNetwork
MacroscopicNetwork. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleMacroscopicNetwork
ServiceNetwork. getParentNetwork()
The parent network of the service networkMacroscopicNetwork
MacroscopicNetwork. shallowClone()
Create a shallow copy of this entityMethods in org.goplanit.network with parameters of type MacroscopicNetwork Modifier and Type Method Description static void
MacroscopicNetworkModifierUtils. 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 MacroscopicNetwork
ServiceNetworkLayersImpl. 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 MacroscopicNetwork
OsmNetworkReader. 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 class
PlanitOsmNetwork
Macroscopic 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 MacroscopicNetwork
CustomPlanItProject. createAndRegisterMacroscopicNetwork()
Create and register a macroscopic network on the projectMethods in org.goplanit.project with parameters of type MacroscopicNetwork Modifier and Type Method Description ServiceNetwork
CustomPlanItProject. createAndRegisterServiceNetwork(MacroscopicNetwork network)
Create and register service networks to the projectServiceNetwork
PlanItProjectInput. 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 MacroscopicNetwork
TntpDemandsReader. getReferenceNetwork()
Methods in org.goplanit.tntp.converter.demands with parameters of type MacroscopicNetwork Modifier and Type Method Description static TntpDemandsReader
TntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning)
Factory method using global id token to create instance of demandsstatic TntpDemandsReader
TntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning, IdGroupingToken idToken)
Factory methodstatic TntpDemandsReader
TntpDemandsReaderFactory. create(MacroscopicNetwork network, Zoning zoning)
Factory method using global id token to create instance of demands, requires user to set input filestatic TntpDemandsReader
TntpDemandsReaderFactory. 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 TntpDemandsReader
TntpDemandsReaderFactory. 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 MacroscopicNetwork
TntpZoningReaderSettings. referenceNetwork
the network this zoning relates toMethods in org.goplanit.tntp.converter.zoning that return MacroscopicNetwork Modifier and Type Method Description MacroscopicNetwork
TntpZoningReader. getReferenceNetwork()
Methods in org.goplanit.tntp.converter.zoning with parameters of type MacroscopicNetwork Modifier and Type Method Description static TntpZoningReader
TntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, IdGroupingToken idToken)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, Zoning zoningToPopulate)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(MacroscopicNetwork network, IdGroupingToken idToken)
Factory method, will create zoning based on idToken provided and use it to populate when reading in TNTP zoningstatic TntpZoningReader
TntpZoningReaderFactory. create(MacroscopicNetwork network, Zoning zoningToPopulate)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. 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 void
TntpInputBuilder. populateDemands(Demands demands, Zoning zoning, MacroscopicNetwork network)
Populates the Demands object from the input fileprotected void
TntpInputBuilder. populateMacroscopicNetwork(MacroscopicNetwork macroscopicNetwork)
Creates the physical network object from the data in the input fileprotected void
TntpInputBuilder. populatePhysicalCost(AbstractPhysicalCost costComponent, MacroscopicNetwork parentNetwork)
Populate the BPR parameters
-