Class IdentifierBuilder

    • Method Detail

      • newIdentifierBuilder

        public static IdentifierBuilder newIdentifierBuilder()
        This method creates a new instance of the IdentifierBuilder.
        Returns:
        new instance of the IdentifierBuilder
      • newIdentifierBuilder

        public static IdentifierBuilder newIdentifierBuilder​(Identifier p_identifier)
        This method creates a new instance of the IdentifierBuilder. The builder is initialized using an existing 'org.palladiosimulator.metricspec.Identifier' model object. In order to avoid changes to the provided ' org.palladiosimulator.metricspec.Identifier' model object, a copy is created using org.eclipse.emf.ecore.util.EcoreUtil.Copier.
        Parameters:
        identifier - The existing 'org.palladiosimulator.metricspec.Identifier' model object to be used for the initialization of the builder
        Returns:
        new initialized instance of the IdentifierBuilder
      • but

        public IdentifierBuilder but()
        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 Identifier build()
        This method constructs the final org.palladiosimulator.metricspec.Identifier type.
        Specified by:
        build in interface IMetricspecBuilder<Identifier>
        Returns:
        new instance of the org.palladiosimulator.metricspec.Identifier type