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 ServiceNetwork
PopulateServiceNetworkEvent. 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 ServiceNetwork
PlanitRoutedServicesReaderSettings. parentNetwork
the parent service network usedMethods in org.goplanit.io.converter.service that return ServiceNetwork Modifier and Type Method Description ServiceNetwork
PlanitRoutedServicesReaderSettings. getParentNetwork()
Collect the parent service network for these routed servicesServiceNetwork
PlanitServiceNetworkReader. 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 PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(String inputDirectory, ServiceNetwork parentNetwork)
Create a PlanitRoutedServicesReader sourced from given input directorystatic PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(ServiceNetwork parentNetwork)
Create a PlanitRoutedServicesReaderstatic PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(IdGroupingToken idToken, ServiceNetwork parentNetwork)
Create a PlanitRoutedServicesReader based on custom id tokenstatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(String inputDirectory, String xmlFileExtension, ServiceNetwork serviceNetwork)
Create a Service Network Reader for location and service network to populatestatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)
Create a Service Network Reader for given (empty) service network and given settingsstatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. 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 void
PlanItInputBuilder. 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 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 inputsMethods in org.goplanit.project with parameters of type ServiceNetwork Modifier and Type Method Description RoutedServices
CustomPlanItProject. createAndRegisterRoutedServices(ServiceNetwork serviceNetwork)
Create and register routed services to the projectRoutedServices
PlanItProjectInput. 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 ServiceNetwork
RoutedServices. 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
-