Schnittstelle ISiSiTimeDistribution

Alle bekannten Implementierungsklassen:
SiSiTimeDistribution

public interface ISiSiTimeDistribution
  • Methodendetails

    • getMeanValue

      double getMeanValue()
    • setMeanValue

      void setMeanValue(double meanValue)
    • getStandardDeviation

      double getStandardDeviation()
    • setStandardDeviation

      void setStandardDeviation(double standardDeviation)
    • getMaxValue

      double getMaxValue()
    • setMaxValue

      void setMaxValue(double maxValue)
    • getMinValue

      double getMinValue()
    • setMinValue

      void setMinValue(double minValue)
    • isWellKnownDuration

      boolean isWellKnownDuration()
    • setWellKnownDuration

      void setWellKnownDuration(boolean wellKnownDuration)
    • addDistributionToMe

      void addDistributionToMe(ISiSiTimeDistribution otherDistro)
    • subtractDurationFromMe

      void subtractDurationFromMe(ISiSiTimeDistribution otherDistro)
    • subtractDurationAndGiveResult

      ISiSiTimeDistribution subtractDurationAndGiveResult(ISiSiTimeDistribution otherDistro)
    • combineDistributionWeighted

      ISiSiTimeDistribution combineDistributionWeighted(ISiSiTimeDistribution otherDistro, double otherDistroWeight)
    • addDistributionToMeWeighted

      void addDistributionToMeWeighted(ISiSiTimeDistribution otherDistro, double otherDistroWeight)
    • averageOutWith

      void averageOutWith(ISiSiTimeDistribution otherDuration)
    • copyValuesOf

      void copyValuesOf(ISiSiTimeDistribution otherDistribution)
    • makeCopyOfMe

      ISiSiTimeDistribution makeCopyOfMe()