Class ServiceNetworkIdMapper


  • public class ServiceNetworkIdMapper
    extends PlanitComponentIdMapper
    All service network id mappers in a convenience class
    • Constructor Detail

      • ServiceNetworkIdMapper

        public ServiceNetworkIdMapper​(IdMapperType type)
        Constructor
        Parameters:
        type - to use
    • Method Detail

      • getServiceNodeIdMapper

        public Function<Vertex,​String> getServiceNodeIdMapper()
        get id mapper for nodes
        Returns:
        id mapper
      • getServiceLegIdMapper

        public Function<ServiceLeg,​String> getServiceLegIdMapper()
        get id mapper for ServiceLeg instances
        Returns:
        id mapper
      • getServiceLegSegmentIdMapper

        public Function<ServiceLegSegment,​String> getServiceLegSegmentIdMapper()
        get id mapper for ServiceLegSegment instances
        Returns:
        id mapper
      • getServiceNetworkIdMapper

        public Function<ServiceNetwork,​String> getServiceNetworkIdMapper()
        get id mapper for ServiceNetwork instances
        Returns:
        id mapper
      • getServiceNetworkLayerIdMapper

        public Function<ServiceNetworkLayer,​String> getServiceNetworkLayerIdMapper()
        get id mapper for ServiceNetworkLayer instances
        Returns:
        id mapper