| Modifier and Type | Method and Description |
|---|---|
static ExecutionNeed |
createExecutionNeed(HwFeature feature,
Need need)
Creates ExecutionNeed for a feature, need set.
|
static ExecutionNeed |
createExecutionNeed(java.lang.String featureCategory,
Need need)
Creates ExecutionNeed for a featureCategoryName, need set.
|
static NeedConstant |
createExecutionNeedConstant(long needValue)
Creates NeedConstant element.
|
static NeedDeviation |
createExecutionNeedWeibullDeviation(long min,
long avg,
long max,
float promille)
Returns a created Weibull NeedDeviation.
|
static Time |
createTime(java.math.BigInteger value,
java.lang.String unit) |
static Time |
createTime(int value,
java.lang.String unit)
Creates a time out of a value and a unit given as String (lower case).
|
static Time |
createTime(long executionNeedCount,
double scaleFactor,
long frequency) |
static Time |
createTime(java.lang.String timeString)
Creates a Time object parsed from a text representation.
|
static Time |
createTime(Time inputTime) |
static Deviation<LongObject> |
createWeibullDeviation(long min,
long avg,
long max,
float promille)
Returns a created Weibull Deviation.
|
static WeibullEstimators<LongObject> |
createWeibullEstimator(long avgR,
float promille)
Returns a created Weibull Estimator. |