Class NumericalBaseMetricDescriptionBuilder

    • Method Detail

      • newNumericalBaseMetricDescriptionBuilder

        public static NumericalBaseMetricDescriptionBuilder newNumericalBaseMetricDescriptionBuilder()
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method creates a new instance of the NumericalBaseMetricDescriptionBuilder.
        Returns:
        new instance of the NumericalBaseMetricDescriptionBuilder
      • newNumericalBaseMetricDescriptionBuilder

        public static NumericalBaseMetricDescriptionBuilder newNumericalBaseMetricDescriptionBuilder​(NumericalBaseMetricDescription p_numericalBaseMetricDescription)
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method creates a new instance of the NumericalBaseMetricDescriptionBuilder. The builder is initialized using an existing ' org.palladiosimulator.metricspec.NumericalBaseMetricDescription' model object. In order to avoid changes to the provided ' org.palladiosimulator.metricspec.NumericalBaseMetricDescription' model object, a copy is created using org.eclipse.emf.ecore.util.EcoreUtil.Copier.
        Parameters:
        numericalBaseMetricDescription - The existing ' org.palladiosimulator.metricspec.NumericalBaseMetricDescription' model object to be used for the initialization of the builder
        Returns:
        new initialized instance of the NumericalBaseMetricDescriptionBuilder
      • but

        public NumericalBaseMetricDescriptionBuilder but()
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method can be used to override attributes of the builder. It constructs a new builder and copies the current values to it.
      • build

        public NumericalBaseMetricDescription build()
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method constructs the final org.palladiosimulator.metricspec.NumericalBaseMetricDescription type.
        Specified by:
        build in interface IMetricspecBuilder<NumericalBaseMetricDescription>
        Returns:
        new instance of the org.palladiosimulator.metricspec.NumericalBaseMetricDescription type
      • defaultUnit

        public NumericalBaseMetricDescriptionBuilder defaultUnit​(javax.measure.unit.Unit p_defaultUnit)
        Deprecated, for removal: This API element is subject to removal in a future version.