Class VirtualNetworkIdMapper


  • public class VirtualNetworkIdMapper
    extends PlanitComponentIdMapper
    All virtual network id mappers in a convenience class
    • Constructor Detail

      • VirtualNetworkIdMapper

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

      • getVertexIdMapper

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

        public Function<ConnectoidEdge,​String> getConnectoidEdgeIdMapper()
        get id mapper for links
        Returns:
        id mapper
      • getConnectoidSegmentIdMapper

        public Function<ConnectoidSegment,​String> getConnectoidSegmentIdMapper()
        get id mapper for link segments
        Returns:
        id mapper