Class TextualBaseMetricDescriptionBuilder

    • Method Detail

      • newTextualBaseMetricDescriptionBuilder

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

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

        public TextualBaseMetricDescriptionBuilder 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 TextualBaseMetricDescription build()
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method constructs the final org.palladiosimulator.metricspec.TextualBaseMetricDescription type.
        Specified by:
        build in interface IMetricspecBuilder<TextualBaseMetricDescription>
        Returns:
        new instance of the org.palladiosimulator.metricspec.TextualBaseMetricDescription type