All Superinterfaces:
Service
All Known Implementing Classes:
PerformanceAnalyst

public interface Analyst extends Service
The defining interface of the org.palladiosimulator.somox.analyzer.rules.analyst extension point. Implement this interface to extend the rule engine by an additional analyst that can then process the generated model.
  • Method Details

    • getDependentServices

      default Set<String> getDependentServices()
      Description copied from interface: Service
      IDs of services that may only run after this one.
      Specified by:
      getDependentServices in interface Service