public class FixedProductDescription
extends java.lang.Object
Constructor and Description |
---|
FixedProductDescription(java.util.Map<ProductGroupAttribute,java.lang.Double> productAttributeValues,
java.lang.String name,
java.lang.String partOfProductGroup)
A FixedProduct(Description) for the product name, exhibiting the productAttributeValues
is associated with partOfProductGroup and the productLifetimeDistribution, specifying
how long products are adopted.
|
FixedProductDescription(java.util.Map<ProductGroupAttribute,java.lang.Double> productAttributeValues,
java.lang.String name,
java.lang.String partOfProductGroup,
UnivariateDistribution productLifetimeDistribution)
A FixedProduct(Description) for the product name, exhibiting the productAttributeValues
is associated with partOfProductGroup and the productLifetimeDistribution, specifying
how long products are adopted.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getPartOfProductGroup() |
java.util.Map<ProductGroupAttribute,java.lang.Double> |
getProductAttributeValues() |
UnivariateDistribution |
getProductLifetimeDistribution() |
public FixedProductDescription(java.util.Map<ProductGroupAttribute,java.lang.Double> productAttributeValues, java.lang.String name, java.lang.String partOfProductGroup, UnivariateDistribution productLifetimeDistribution)
productAttributeValues
- A map of the ProductGroupAttributes and their value the fixed product should be associated withname
- The name of the fixed productpartOfProductGroup
- The qualifier of the product group the fixed product is part ofproductLifetimeDistribution
- The (overwritten) productLifetimeDistributionpublic FixedProductDescription(java.util.Map<ProductGroupAttribute,java.lang.Double> productAttributeValues, java.lang.String name, java.lang.String partOfProductGroup)
productAttributeValues
- A map of the ProductGroupAttributes and their value the fixed product should be associated withname
- The name of the fixed productpartOfProductGroup
- The qualifier of the product group the fixed product is part ofpublic java.util.Map<ProductGroupAttribute,java.lang.Double> getProductAttributeValues()
public java.lang.String getName()
public java.lang.String getPartOfProductGroup()
public UnivariateDistribution getProductLifetimeDistribution()