| Package | Description |
|---|---|
| de.tud.cs.peaks.osgi.framework.api |
| Modifier and Type | Method and Description |
|---|---|
AbstractAnalysisService<Result,Config> |
IAnalysisActivator.getAnalysisService(org.osgi.framework.BundleContext bundleContext)
Returns a Analysis Service Object which will be registered in OSGi
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Class<? extends AbstractAnalysisService<? extends IAnalysisResult,? extends IAnalysisConfig>>> |
AbstractAnalysisService.getDependOnAnalyses() |
| Modifier and Type | Method and Description |
|---|---|
IAnalysisConfig |
IAnalysisService.convertConfig(Config config,
Class<? extends AbstractAnalysisService<? extends IAnalysisResult,? extends IAnalysisConfig>> serviceClass)
Converts the config of this analysis to a config of the given analysis this depends on.
|
Result |
IAnalysisService.runAnalysis(Config config,
Map<Class<? extends AbstractAnalysisService<? extends IAnalysisResult,? extends IAnalysisConfig>>,IAnalysisResult> previousResults)
Runs the actual analysis with the given configuration
|
Copyright © 2017. All rights reserved.