java.lang.Object
org.palladiosimulator.pcm.confidentiality.attacker.analysis.rollout.RolloutImpl
All Implemented Interfaces:
Rollout<PCMBlackBoard,List<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration>>

public class RolloutImpl extends Object implements Rollout<PCMBlackBoard,List<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration>>
Class for rolling out the Annotations of RepositoryComponents to AssemblyContexts.
  • Constructor Details

    • RolloutImpl

      public RolloutImpl()
  • Method Details

    • rollOut

      public List<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration> rollOut(PCMBlackBoard test, List<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration> t)
      Specified by:
      rollOut in interface Rollout<PCMBlackBoard,List<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration>>