Uses of Class
org.goplanit.service.routed.RoutedServices
-
Packages that use RoutedServices 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 RoutedServices in org.goplanit.component.event
Methods in org.goplanit.component.event that return RoutedServices Modifier and Type Method Description RoutedServices
PopulateRoutedServicesEvent. getRoutedServicesToPopulate()
collect routed services to populateConstructors in org.goplanit.component.event with parameters of type RoutedServices Constructor Description PopulateRoutedServicesEvent(PlanitComponentFactory<?> source, RoutedServices routedServicesToPopulate)
Constructor -
Uses of RoutedServices in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service that return RoutedServices Modifier and Type Method Description RoutedServices
PlanitRoutedServicesReader. 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 RoutedServices Modifier and Type Method Description static PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(String inputDirectory, String xmlFileExtension, RoutedServices routedServices)
Create a PlanitRoutedServicesReader for location and routed services to populatestatic PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)
Create a PlanitRoutedServicesReader for given (empty) routed services and given settingsstatic PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices, RoutedServices routedServices)
Create a PlanitRoutedServicesReader for given XML root element and routed services to populateConstructors in org.goplanit.io.converter.service with parameters of type RoutedServices Constructor Description PlanitRoutedServicesReader(String inputPathDirectory, String xmlFileExtension, RoutedServices routedServices)
ConstructorPlanitRoutedServicesReader(PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)
Constructor where settings and routed services to populate are directly providedPlanitRoutedServicesReader(org.goplanit.xml.generated.XMLElementRoutedServices populatedXmlRawRoutedServices, RoutedServices routedServices)
Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model -
Uses of RoutedServices in org.goplanit.io.input
Methods in org.goplanit.io.input with parameters of type RoutedServices Modifier and Type Method Description protected void
PlanItInputBuilder. populateRoutedServices(RoutedServices routedServicesToPopulate)
Populate the routed services based on the local XML file if it can be found. -
Uses of RoutedServices in org.goplanit.project
Methods in org.goplanit.project that return RoutedServices 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 RoutedServices in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return types with arguments of type RoutedServices Modifier and Type Method Description PlanitComponent<RoutedServices>
RoutedServices. clone()
Create a shallow copy of this entityConstructors in org.goplanit.service.routed with parameters of type RoutedServices Constructor Description RoutedServices(RoutedServices routedServices)
Copy constructor
-