Package | Description |
---|---|
org.palladiosimulator.metricspec | |
org.palladiosimulator.metricspec.impl | |
org.palladiosimulator.metricspec.util.builder |
Modifier and Type | Field and Description |
---|---|
static List<Scale> |
Scale.VALUES
A public read-only list of all the 'Scale' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Scale |
Scale.get(int value)
Returns the 'Scale' literal with the specified integer value.
|
static Scale |
Scale.get(String literal)
Returns the 'Scale' literal with the specified literal value.
|
static Scale |
Scale.getByName(String name)
Returns the 'Scale' literal with the specified name.
|
Scale |
BaseMetricDescription.getScale()
Returns the value of the 'Scale' attribute.
|
static Scale |
Scale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scale[] |
Scale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMetricDescription.setScale(Scale value)
Sets the value of the '
Scale '
attribute. |
Modifier and Type | Method and Description |
---|---|
Scale |
MetricSpecFactoryImpl.createScaleFromString(EDataType eDataType,
String initialValue) |
Scale |
BaseMetricDescriptionImpl.getScale() |
Modifier and Type | Method and Description |
---|---|
void |
BaseMetricDescriptionImpl.setScale(Scale newScale) |
Modifier and Type | Method and Description |
---|---|
NumericalBaseMetricDescriptionBuilder |
NumericalBaseMetricDescriptionBuilder.scale(Scale p_scale) |
TextualBaseMetricDescriptionBuilder |
TextualBaseMetricDescriptionBuilder.scale(Scale p_scale) |