|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.AnalysisController.AnalysisControllerWithMapping
public static final class AnalysisController.AnalysisControllerWithMapping
This is a wrapper for the AnalysisController
which contains a mapping between the model instances and the actual objects as well. This is necessary if
one wants to create an analysis based on an instance of MIProject
and needs to map from the model instances to the actual created objects.
Constructor Summary | |
---|---|
AnalysisController.AnalysisControllerWithMapping(AnalysisController controller,
Map<MIPlugin,AbstractPlugin> pluginMap,
Map<MIRepository,AbstractRepository> repositoryMap)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
AnalysisController |
getController()
Getter for the property controller . |
Map<MIPlugin,AbstractPlugin> |
getPluginMap()
Getter for the property pluginMap . |
Map<MIRepository,AbstractRepository> |
getRepositoryMap()
Getter for the property repositoryMap . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisController.AnalysisControllerWithMapping(AnalysisController controller, Map<MIPlugin,AbstractPlugin> pluginMap, Map<MIRepository,AbstractRepository> repositoryMap)
controller
- The analysis controller to be stored in this container.pluginMap
- The mapping between actual plugins and their model counterparts.repositoryMap
- The mapping between actual repositories and their model counterparts.Method Detail |
---|
public Map<MIPlugin,AbstractPlugin> getPluginMap()
pluginMap
.
public Map<MIRepository,AbstractRepository> getRepositoryMap()
repositoryMap
.
public AnalysisController getController()
controller
.
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |