Package alps.java.api.util
Schnittstelle ISiSiTimeDistribution
- Alle bekannten Implementierungsklassen:
SiSiTimeDistribution
public interface ISiSiTimeDistribution
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addDistributionToMe
(ISiSiTimeDistribution otherDistro) void
addDistributionToMeWeighted
(ISiSiTimeDistribution otherDistro, double otherDistroWeight) void
averageOutWith
(ISiSiTimeDistribution otherDuration) combineDistributionWeighted
(ISiSiTimeDistribution otherDistro, double otherDistroWeight) void
copyValuesOf
(ISiSiTimeDistribution otherDistribution) double
double
double
double
boolean
void
setMaxValue
(double maxValue) void
setMeanValue
(double meanValue) void
setMinValue
(double minValue) void
setStandardDeviation
(double standardDeviation) void
setWellKnownDuration
(boolean wellKnownDuration) subtractDurationAndGiveResult
(ISiSiTimeDistribution otherDistro) void
subtractDurationFromMe
(ISiSiTimeDistribution otherDistro)
-
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
-
subtractDurationFromMe
-
subtractDurationAndGiveResult
-
combineDistributionWeighted
ISiSiTimeDistribution combineDistributionWeighted(ISiSiTimeDistribution otherDistro, double otherDistroWeight) -
addDistributionToMeWeighted
-
averageOutWith
-
copyValuesOf
-
makeCopyOfMe
ISiSiTimeDistribution makeCopyOfMe()
-