Interface Analyst
- All Superinterfaces:
Service
- All Known Implementing Classes:
PerformanceAnalyst
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 Summary
Modifier and TypeMethodDescriptionIDs of services that may only run after this one.Methods inherited from interface org.palladiosimulator.somox.analyzer.rules.engine.Service
create, getConfigurationKeys, getID, getName, getRequiredServices
-
Method Details
-
getDependentServices
Description copied from interface:Service
IDs of services that may only run after this one.- Specified by:
getDependentServices
in interfaceService
-