Class AbstractWorkloadUserFactory
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.usage.AbstractWorkloadUserFactory
-
- All Implemented Interfaces:
IUserFactory
- Direct Known Subclasses:
ClosedWorkloadUserFactory,OpenWorkloadUserFactory
public abstract class AbstractWorkloadUserFactory extends Object implements IUserFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected SimuComModelmodelprotected List<org.palladiosimulator.probeframework.probes.Probe>usageStartStopProbes
-
Constructor Summary
Constructors Constructor Description AbstractWorkloadUserFactory(SimuComModel model, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.probeframework.calculator.CalculatorattachResponseTimeCalculator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.uka.ipd.sdq.simucomframework.usage.IUserFactory
createUser
-
-
-
-
Field Detail
-
usageStartStopProbes
protected final List<org.palladiosimulator.probeframework.probes.Probe> usageStartStopProbes
-
model
protected final SimuComModel model
-
-
Constructor Detail
-
AbstractWorkloadUserFactory
public AbstractWorkloadUserFactory(SimuComModel model, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario)
-
-
Method Detail
-
attachResponseTimeCalculator
public org.palladiosimulator.probeframework.calculator.Calculator attachResponseTimeCalculator()
- Specified by:
attachResponseTimeCalculatorin interfaceIUserFactory
-
-