| Modifier and Type | Method and Description |
|---|---|
AggregationFunctionDescription |
MetricSpecFactory.createAggregationFunctionDescription()
Returns a new object of class 'Aggregation Function Description'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationFunctionDescriptionImpl
An implementation of the model object '
Aggregation Function Description'.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationFunctionDescription |
MetricSpecFactoryImpl.createAggregationFunctionDescription() |
| Modifier and Type | Method and Description |
|---|---|
T |
MetricSpecSwitch.caseAggregationFunctionDescription(AggregationFunctionDescription object)
Returns the result of interpreting the object as an instance of '
Aggregation Function Description'.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationFunctionDescription |
AggregationFunctionDescriptionBuilder.build()
This method constructs the final
org.palladiosimulator.metricspec.AggregationFunctionDescription type.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregationFunctionDescriptionBuilder |
AggregationFunctionDescriptionBuilder.newAggregationFunctionDescriptionBuilder(AggregationFunctionDescription p_aggregationFunctionDescription)
This method creates a new instance of the AggregationFunctionDescriptionBuilder.
|
static AggregationFunctionDescriptionBuilder |
MetricspecBuilders.newAggregationFunctionDescriptionBuilder(AggregationFunctionDescription p_aggregationFunctionDescription)
Creates a new AggregationFunctionDescriptionBuilder initialized with an
existing
org.palladiosimulator.metricspec.AggregationFunctionDescription
model element.
|