Interface Analyst
- All Superinterfaces:
Service
The defining interface of the org.palladiosimulator.retriever.extraction.analyst extension point.
Implement this interface to extend Retriever 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.retriever.services.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
-