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 RoutedServicesPopulateRoutedServicesEvent. 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 RoutedServicesPlanitRoutedServicesReader. 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 PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(String inputDirectory, String xmlFileExtension, RoutedServices routedServices)Create a PlanitRoutedServicesReader for location and routed services to populatestatic PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)Create a PlanitRoutedServicesReader for given (empty) routed services and given settingsstatic PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. 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 voidPlanItInputBuilder. 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 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 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
-