Package | Description |
---|---|
org.palladiosimulator.metricspec.util.builder |
Modifier and Type | Method and Description |
---|---|
AggregationFunctionDescriptionBuilder |
AggregationFunctionDescriptionBuilder.but()
This method can be used to override attributes of the builder.
|
AggregationFunctionDescriptionBuilder |
AggregationFunctionDescriptionBuilder.id(String p_id) |
AggregationFunctionDescriptionBuilder |
AggregationFunctionDescriptionBuilder.name(String p_name) |
static AggregationFunctionDescriptionBuilder |
AggregationFunctionDescriptionBuilder.newAggregationFunctionDescriptionBuilder()
This method creates a new instance of the AggregationFunctionDescriptionBuilder.
|
static AggregationFunctionDescriptionBuilder |
MetricspecBuilders.newAggregationFunctionDescriptionBuilder()
Creates a new AggregationFunctionDescriptionBuilder.
|
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.
|
AggregationFunctionDescriptionBuilder |
AggregationFunctionDescriptionBuilder.textualDescription(String p_textualDescription) |