public class AggregationFunctionDescriptionBuilder extends Object implements IMetricspecBuilder<AggregationFunctionDescription>
Modifier and Type | Method and Description |
---|---|
AggregationFunctionDescription |
build()
This method constructs the final
org.palladiosimulator.metricspec.AggregationFunctionDescription type.
|
AggregationFunctionDescriptionBuilder |
but()
This method can be used to override attributes of the builder.
|
AggregationFunctionDescriptionBuilder |
id(String p_id) |
AggregationFunctionDescriptionBuilder |
name(String p_name) |
static AggregationFunctionDescriptionBuilder |
newAggregationFunctionDescriptionBuilder()
This method creates a new instance of the AggregationFunctionDescriptionBuilder.
|
static AggregationFunctionDescriptionBuilder |
newAggregationFunctionDescriptionBuilder(AggregationFunctionDescription p_aggregationFunctionDescription)
This method creates a new instance of the AggregationFunctionDescriptionBuilder.
|
AggregationFunctionDescriptionBuilder |
textualDescription(String p_textualDescription) |
public static AggregationFunctionDescriptionBuilder newAggregationFunctionDescriptionBuilder()
public static AggregationFunctionDescriptionBuilder newAggregationFunctionDescriptionBuilder(AggregationFunctionDescription p_aggregationFunctionDescription)
aggregationFunctionDescription
- The existing '
org.palladiosimulator.metricspec.AggregationFunctionDescription'
model object to be used for the initialization of the builderpublic AggregationFunctionDescriptionBuilder but()
public AggregationFunctionDescription build()
build
in interface IMetricspecBuilder<AggregationFunctionDescription>
public AggregationFunctionDescriptionBuilder id(String p_id)
public AggregationFunctionDescriptionBuilder name(String p_name)
public AggregationFunctionDescriptionBuilder textualDescription(String p_textualDescription)