Class ServletTestPlan
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<org.palladiosimulator.pcm.usagemodel.UsageScenario>
-
- org.palladiosimulator.protocom.tech.servlet.usage.ServletTestPlan
-
- All Implemented Interfaces:
ICompilationUnit,ITestPlan
public class ServletTestPlan extends ConceptMapping<org.palladiosimulator.pcm.usagemodel.UsageScenario> implements ITestPlan
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description ServletTestPlan(UsageScenarioAdapter entity, org.palladiosimulator.pcm.usagemodel.UsageScenario pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcontent()StringfilePath()Path and name of the generated file.intpopulation()StringprojectName()StringscenarioName()intthinkTime()
-
-
-
Constructor Detail
-
ServletTestPlan
public ServletTestPlan(UsageScenarioAdapter entity, org.palladiosimulator.pcm.usagemodel.UsageScenario pcmEntity)
-
-
Method Detail
-
population
public int population()
- Specified by:
populationin interfaceITestPlan
-
scenarioName
public String scenarioName()
- Specified by:
scenarioNamein interfaceITestPlan
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit
-
projectName
public String projectName()
- Specified by:
projectNamein interfaceICompilationUnit
-
-