Interface LinkInflowOutflowAccessee

    • Method Detail

      • getLinkSegmentInflowPcuHour

        default double getLinkSegmentInflowPcuHour​(LinkSegment linkSegment)
        Get the total inflow rate of a link segment over all modes
        Parameters:
        linkSegment - the specified link segment
        Returns:
        the inflow rate of this link segment
      • getLinkSegmentOutflowPcuHour

        default double getLinkSegmentOutflowPcuHour​(LinkSegment linkSegment)
        Get the outflow rate of a link segment over all modes
        Parameters:
        linkSegment - the specified link segment
        Returns:
        the outflow rate of this link segment
      • getLinkSegmentInflowsPcuHour

        double[] getLinkSegmentInflowsPcuHour()
        Get link segment inflow rates for all link segments, where index is based on id of the link segment.
        Returns:
        link segment inflows for all modes
      • getLinkSegmentOutflowsPcuHour

        double[] getLinkSegmentOutflowsPcuHour()
        Get link segment outflow rates for all link segments, where index is based on id of the link segment.
        Returns:
        link segment inflows for all modes