Class PerformanceAnalyst
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.service.PerformanceAnalyst
An analyst that currently does nothing. It is reserved for later use.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<RuleEngineBlackboard>
create
(RuleEngineConfiguration configuration, RuleEngineBlackboard blackboard) getID()
getName()
IDs of services that must run before this one.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.somox.analyzer.rules.service.Analyst
getDependentServices
-
Constructor Details
-
PerformanceAnalyst
public PerformanceAnalyst()
-
-
Method Details
-
create
public de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<RuleEngineBlackboard> create(RuleEngineConfiguration configuration, RuleEngineBlackboard blackboard) -
getConfigurationKeys
- Specified by:
getConfigurationKeys
in interfaceService
-
getName
-
getID
-
getRequiredServices
Description copied from interface:Service
IDs of services that must run before this one.- Specified by:
getRequiredServices
in interfaceService
-