Class ConnectorReplacingBuilder

  • All Implemented Interfaces:
    IBuilder

    public class ConnectorReplacingBuilder
    extends Object
    implements IBuilder
    This builder replaces a given connector with a component built by the given component builder.
    • Constructor Detail

      • ConnectorReplacingBuilder

        public ConnectorReplacingBuilder​(PCMAndCompletionModelHolder models,
                                         org.palladiosimulator.pcm.core.composition.AssemblyConnector con,
                                         de.uka.ipd.sdq.featureconfig.FeatureConfig featureConfig)
    • Method Detail

      • build

        public void build()
        Description copied from interface: IBuilder
        Called to perform this builders actions
        Specified by:
        build in interface IBuilder