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 String
content()
String
filePath()
Path and name of the generated file.int
population()
String
projectName()
String
scenarioName()
int
thinkTime()
-
-
-
Constructor Detail
-
ServletTestPlan
public ServletTestPlan(UsageScenarioAdapter entity, org.palladiosimulator.pcm.usagemodel.UsageScenario pcmEntity)
-
-
Method Detail
-
population
public int population()
- Specified by:
population
in interfaceITestPlan
-
scenarioName
public String scenarioName()
- Specified by:
scenarioName
in interfaceITestPlan
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
-
-