EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.codegen.simucontroller.runconfig]

COVERAGE SUMMARY FOR SOURCE FILE [PCMCompletionRunConfiguration.java]

nameclass, %method, %block, %line, %
PCMCompletionRunConfiguration.java0%   (0/1)0%   (0/1)0%   (0/11)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class PCMCompletionRunConfiguration0%   (0/1)0%   (0/1)0%   (0/11)0%   (0/4)
PCMCompletionRunConfiguration (AbstractCodeGenerationWorkflowRunConfiguration... 0%   (0/1)0%   (0/11)0%   (0/4)

1package de.uka.ipd.sdq.codegen.simucontroller.runconfig;
2 
3import java.util.Map;
4 
5import de.uka.ipd.sdq.cip.configuration.CompletionConfiguration;
6import de.uka.ipd.sdq.workflow.pcm.configurations.AbstractCodeGenerationWorkflowRunConfiguration;
7import de.uka.ipd.sdq.workflow.pcm.jobs.LoadPCMModelsIntoBlackboardJob;
8 
9/**
10 * A CompletionConfiguration for PCM workflows.
11 * 
12 * @author Thomas Schuischel
13 *
14 */
15public class PCMCompletionRunConfiguration extends CompletionConfiguration {
16        
17        /**
18         * Creates a new PCMCompletionRunConfiguration
19         * @param pcmconfig the AbstractCodeGenerationWorkflowRunConfiguration derived configuration
20         * @param configuration the configuration map
21         */
22        public PCMCompletionRunConfiguration(AbstractCodeGenerationWorkflowRunConfiguration pcmconfig, Map<String, Object> configuration) {
23                        super(configuration);
24                        setInputPartitionName(LoadPCMModelsIntoBlackboardJob.PCM_MODELS_PARTITION_ID);
25                        setProjectID(pcmconfig.getStoragePluginID());
26        }
27}

[all classes][de.uka.ipd.sdq.codegen.simucontroller.runconfig]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov