Class AbstractTandemAnalysis

    • Constructor Detail

      • AbstractTandemAnalysis

        public AbstractTandemAnalysis()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getDelayBound

        public Num getDelayBound()
        Returns the delay bound of the analysis.
        Specified by:
        getDelayBound in interface TandemAnalysis
        Returns:
        the delay bound
      • getBacklogBound

        public Num getBacklogBound()
        Returns the backlog bound of the analysis.
        Specified by:
        getBacklogBound in interface TandemAnalysis
        Returns:
        the backlog bound
      • getServerAlphasMap

        public java.util.Map<Server,​java.util.Set<ArrivalCurve>> getServerAlphasMap()
        For TFA this is the whole traffic at a server because you do not separate the flow of interest during analysis.

        For SFA and PMOO you will get the arrival bounds of the cross-traffic at every server.

        Specified by:
        getServerAlphasMap in interface TandemAnalysis
        Returns:
        Mapping from the server to the server's arrival bound