Class PerformanceAnalyst

java.lang.Object
org.palladiosimulator.retriever.core.service.PerformanceAnalyst
All Implemented Interfaces:
org.palladiosimulator.retriever.services.Analyst, org.palladiosimulator.retriever.services.Service

public class PerformanceAnalyst extends Object implements org.palladiosimulator.retriever.services.Analyst
An analyst that currently does nothing. It is reserved for later use.
  • Constructor Details

    • PerformanceAnalyst

      public PerformanceAnalyst()
  • Method Details

    • create

      public de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard> create(org.palladiosimulator.retriever.services.RetrieverConfiguration configuration, org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard)
      Specified by:
      create in interface org.palladiosimulator.retriever.services.Service
    • getConfigurationKeys

      public Set<String> getConfigurationKeys()
      Specified by:
      getConfigurationKeys in interface org.palladiosimulator.retriever.services.Service
    • getName

      public String getName()
      Specified by:
      getName in interface org.palladiosimulator.retriever.services.Service
    • getID

      public String getID()
      Specified by:
      getID in interface org.palladiosimulator.retriever.services.Service
    • getRequiredServices

      public Set<String> getRequiredServices()
      Specified by:
      getRequiredServices in interface org.palladiosimulator.retriever.services.Service