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
Constructors -
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, waitMethods 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:
getConfigurationKeysin interfaceService
-
getName
-
getID
-
getRequiredServices
Description copied from interface:ServiceIDs of services that must run before this one.- Specified by:
getRequiredServicesin interfaceService
-