Uses of Class
org.goplanit.network.ServiceNetwork
-
Packages that use ServiceNetwork Package Description org.goplanit.component.event org.goplanit.io.converter.service org.goplanit.io.input Classes to read files in PlanIt's XML formatorg.goplanit.project PLANit project classesorg.goplanit.service.routed -
-
Uses of ServiceNetwork in org.goplanit.component.event
Methods in org.goplanit.component.event that return ServiceNetwork Modifier and Type Method Description ServiceNetworkPopulateServiceNetworkEvent. getServiceNetworkToPopulate()collect service network to populateConstructors in org.goplanit.component.event with parameters of type ServiceNetwork Constructor Description PopulateServiceNetworkEvent(PlanitComponentFactory<?> source, ServiceNetwork networkToPopulate)Constructor -
Uses of ServiceNetwork in org.goplanit.io.converter.service
Fields in org.goplanit.io.converter.service declared as ServiceNetwork Modifier and Type Field Description protected ServiceNetworkPlanitRoutedServicesReaderSettings. parentNetworkthe parent service network usedMethods in org.goplanit.io.converter.service that return ServiceNetwork Modifier and Type Method Description ServiceNetworkPlanitRoutedServicesReaderSettings. getParentNetwork()Collect the parent service network for these routed servicesServiceNetworkPlanitServiceNetworkReader. read()parse the network based on the configuration of the implementing class to yield a PLANit networkMethods in org.goplanit.io.converter.service with parameters of type ServiceNetwork Modifier and Type Method Description static PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(String inputDirectory, ServiceNetwork parentNetwork)Create a PlanitRoutedServicesReader sourced from given input directorystatic PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(ServiceNetwork parentNetwork)Create a PlanitRoutedServicesReaderstatic PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(IdGroupingToken idToken, ServiceNetwork parentNetwork)Create a PlanitRoutedServicesReader based on custom id tokenstatic PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(String inputDirectory, String xmlFileExtension, ServiceNetwork serviceNetwork)Create a Service Network Reader for location and service network to populatestatic PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)Create a Service Network Reader for given (empty) service network and given settingsstatic PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(org.goplanit.xml.generated.XMLElementServiceNetwork xmlRawServiceNetwork, ServiceNetwork serviceNetwork)Create a Service Network Reader for given XML root element and service network to populateConstructors in org.goplanit.io.converter.service with parameters of type ServiceNetwork Constructor Description PlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork)ConstructorPlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork, String inputPathDirectory, String xmlFileExtension)Constructor.PlanitServiceNetworkReader(String networkPathDirectory, String xmlFileExtension, ServiceNetwork serviceNetwork)ConstructorPlanitServiceNetworkReader(PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)Constructor where settings and service network are directly providedPlanitServiceNetworkReader(org.goplanit.xml.generated.XMLElementServiceNetwork populatedXmlRawServiceNetwork, ServiceNetwork serviceNetwork)Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model -
Uses of ServiceNetwork in org.goplanit.io.input
Methods in org.goplanit.io.input with parameters of type ServiceNetwork Modifier and Type Method Description protected voidPlanItInputBuilder. populateServiceNetwork(ServiceNetwork serviceNetworkToPopulate)Populate the service network based on the local XML file if it can be found. -
Uses of ServiceNetwork in org.goplanit.project
Methods in org.goplanit.project that return ServiceNetwork 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 inputsMethods in org.goplanit.project with parameters of type ServiceNetwork Modifier and Type Method Description RoutedServicesCustomPlanItProject. createAndRegisterRoutedServices(ServiceNetwork serviceNetwork)Create and register routed services to the projectRoutedServicesPlanItProjectInput. createAndRegisterRoutedServices(ServiceNetwork serviceNetwork)Create and register routed services to the project inputs -
Uses of ServiceNetwork in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return ServiceNetwork Modifier and Type Method Description ServiceNetworkRoutedServices. getParentNetwork()Collect the parent service network on top of which these services are definedConstructors in org.goplanit.service.routed with parameters of type ServiceNetwork Constructor Description RoutedServices(IdGroupingToken tokenId, ServiceNetwork parentServiceNetwork)Constructor
-