static Function<? extends ExternalIdAble,String> |
IdMapperFunctionFactory.createConnectoidEdgeIdMappingFunction(IdMapperType idMapper) |
create a function that takes a ConnectoidEdge and generates the appropriate id based on the user configuration
|
static Function<Connectoid,String> |
IdMapperFunctionFactory.createConnectoidIdMappingFunction(IdMapperType idMapper) |
create a function that takes a connectoid and generates the appropriate id based on the user configuration
|
static Function<? extends ExternalIdAble,String> |
IdMapperFunctionFactory.createConnectoidSegmentIdMappingFunction(IdMapperType idMapper) |
create a function that takes a ConnectoidSegment and generates the appropriate id based on the user configuration
|
protected static <T extends ExternalIdAble> Function<T,String> |
IdMapperFunctionFactory.createIdMappingFunction(Class<T> clazz,
IdMapperType idMapper) |
create a function that takes a a class that extends ExternalIdAble and generate the appropriate id based on the user configuration
|
static Function<Link,String> |
IdMapperFunctionFactory.createLinkIdMappingFunction(IdMapperType idMapper) |
create a function that takes a link and generates the appropriate id based on the user configuration
|
static Function<MacroscopicLinkSegment,String> |
IdMapperFunctionFactory.createLinkSegmentIdMappingFunction(IdMapperType idMapper) |
create a function that takes a link segment and (optional) id mapper and generates the appropriate link segment id based on the user configuration
|
static Function<MacroscopicLinkSegmentType,String> |
IdMapperFunctionFactory.createLinkSegmentTypeIdMappingFunction(IdMapperType idMapper) |
create a function that takes a link segment type and generates the appropriate id based on the user configuration
|
static Function<MacroscopicNetwork,String> |
IdMapperFunctionFactory.createMacroscopicNetworkIdMappingFunction(IdMapperType idMapper) |
create a function that takes a MacroscopicNetwork and generates the appropriate id based on the user configuration
|
static Function<MacroscopicNetworkLayer,String> |
IdMapperFunctionFactory.createMacroscopicNetworkLayerIdMappingFunction(IdMapperType idMapper) |
create a function that takes a NetworkLayer and generates the appropriate id based on the user configuration
|
static Function<Mode,String> |
IdMapperFunctionFactory.createModeIdMappingFunction(IdMapperType idMapper) |
create a function that takes a mode and generates the appropriate id based on the user configuration
|
static Function<RoutedService,String> |
IdMapperFunctionFactory.createRoutedServiceIdMappingFunction(IdMapperType idMapper) |
create a function that takes a RoutedService and generates the appropriate id based on the user configuration
|
static Function<RoutedServicesLayer,String> |
IdMapperFunctionFactory.createRoutedServiceLayerIdMappingFunction(IdMapperType idMapper) |
create a function that takes a RoutedServicesLayer and generates the appropriate id based on the user configuration
|
static Function<RoutedTripDeparture,String> |
IdMapperFunctionFactory.createRoutedTripDepartureIdMappingFunction(IdMapperType idMapper) |
create a function that takes a RoutedTripDeparture and generates the appropriate id based on the user configuration
|
static Function<RoutedTrip,String> |
IdMapperFunctionFactory.createRoutedTripIdMappingFunction(IdMapperType idMapper) |
create a function that takes a routed trip and generates the appropriate id based on the user configuration
|
static Function<RoutedTripSchedule,String> |
IdMapperFunctionFactory.createRoutedTripScheduleIdMappingFunction(IdMapperType idMapper) |
create a function that takes a RoutedTripSchedule and generates the appropriate id based on the user configuration
|
static Function<ServiceLeg,String> |
IdMapperFunctionFactory.createServiceLegIdMappingFunction(IdMapperType idMapper) |
create a function that takes a service leg and generates the appropriate id based on the user configuration
|
static Function<ServiceLegSegment,String> |
IdMapperFunctionFactory.createServiceLegSegmentIdMappingFunction(IdMapperType idMapper) |
create a function that takes a service leg segment and generates the appropriate id based on the user configuration
|
static Function<ServiceNetwork,String> |
IdMapperFunctionFactory.createServiceNetworkIdMappingFunction(IdMapperType idMapper) |
create a function that takes a ServiceNetwork and generates the appropriate id based on the user configuration
|
static Function<ServiceNetworkLayer,String> |
IdMapperFunctionFactory.createServiceNetworkLayerIdMappingFunction(IdMapperType idMapper) |
create a function that takes a ServiceNetworkLayer and generates the appropriate id based on the user configuration
|
static Function<TimePeriod,String> |
IdMapperFunctionFactory.createTimePeriodIdMappingFunction(IdMapperType idMapper) |
create a function that takes a traveller type and generates the appropriate id based on the user configuration
|
static Function<TransferZoneGroup,String> |
IdMapperFunctionFactory.createTransferZoneGroupIdMappingFunction(IdMapperType idMapper) |
create a function that takes a transfer zone group and generates the appropriate id based on the user configuration
|
static Function<TravellerType,String> |
IdMapperFunctionFactory.createTravellerTypeIdMappingFunction(IdMapperType idMapper) |
create a function that takes a traveller type and generates the appropriate id based on the user configuration
|
static Function<UserClass,String> |
IdMapperFunctionFactory.createUserClassIdMappingFunction(IdMapperType idMapper) |
create a function that takes a user class and generates the appropriate id based on the user configuration
|
static Function<Vertex,String> |
IdMapperFunctionFactory.createVertexIdMappingFunction(IdMapperType idMapper) |
create a function that takes a node and generates the appropriate id based on the user configuration
|
static Function<Zone,String> |
IdMapperFunctionFactory.createZoneIdMappingFunction(IdMapperType idMapper) |
create a function that takes a zone and generates the appropriate id based on the user configuration
|
static Function<Zoning,String> |
IdMapperFunctionFactory.createZoningIdMappingFunction(IdMapperType idMapper) |
create a function that takes a Zoning and generates the appropriate id based on the user configuration
|
void |
PlanitComponentIdMappers.populateMissingIdMappers(IdMapperType idMapperType) |
All non-explicitly set id mappers for each component will be initialised with the given id mapper type
|