Class AssemblyLocationRepositoryWeaving


  • public class AssemblyLocationRepositoryWeaving
    extends RepositoryWeaving
    This class weaves an adapter into a repository where the connection of the components the adapter is inserted in between is an assembly connection.
    • Constructor Detail

      • AssemblyLocationRepositoryWeaving

        public AssemblyLocationRepositoryWeaving​(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.adapter.IAdapterWeaving parent)
    • Method Detail

      • weaveAdapterIntoRepository

        protected void weaveAdapterIntoRepository​(org.palladiosimulator.pcm.core.composition.Connector weavingLocation)
        Description copied from class: RepositoryWeaving
        The implementer of this method realizes the integration of the adapter in the repository where each implementation considers different weaving locations regarding the connection of the components that are going to be modified.
        Specified by:
        weaveAdapterIntoRepository in class RepositoryWeaving
        Parameters:
        weavingLocation - - Contains the weaving location informations.