Class AbstractWorkloadUserFactory
java.lang.Object
de.uka.ipd.sdq.simucomframework.usage.AbstractWorkloadUserFactory
- All Implemented Interfaces:
IUserFactory
- Direct Known Subclasses:
ClosedWorkloadUserFactory
,OpenWorkloadUserFactory
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SimuComModel
protected final List<org.palladiosimulator.probeframework.probes.Probe>
-
Constructor Summary
ConstructorDescriptionAbstractWorkloadUserFactory
(SimuComModel model, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario) -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.probeframework.calculator.Calculator
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 Details
-
usageStartStopProbes
-
model
-
-
Constructor Details
-
AbstractWorkloadUserFactory
public AbstractWorkloadUserFactory(SimuComModel model, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario)
-
-
Method Details
-
attachResponseTimeCalculator
public org.palladiosimulator.probeframework.calculator.Calculator attachResponseTimeCalculator()- Specified by:
attachResponseTimeCalculator
in interfaceIUserFactory
-