Interface Discoverer
- All Superinterfaces:
Service
- All Known Implementing Classes:
CsvDiscoverer,EcmaScriptDiscoverer,JavaDiscoverer,JsonDiscoverer,PropertiesDiscoverer,SqlDiscoverer,XmlDiscoverer,YamlDiscoverer
-
Method Summary
Modifier and TypeMethodDescriptionIDs of services that may only run after this one.IDs of services that must run before this one.Methods inherited from interface org.palladiosimulator.somox.analyzer.rules.engine.Service
create, getConfigurationKeys, getID, getName
-
Method Details
-
find
-
getRequiredServices
Description copied from interface:ServiceIDs of services that must run before this one.- Specified by:
getRequiredServicesin interfaceService
-
getDependentServices
Description copied from interface:ServiceIDs of services that may only run after this one.- Specified by:
getDependentServicesin interfaceService
-