Class RolloutImpl
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
RepositoryComponent
s to
AssemblyContext
s.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration>
rollOut
(PCMBlackBoard test, List<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration> t)
-
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 interfaceRollout<PCMBlackBoard,
List<org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.SystemIntegration>>
-