Package | Description |
---|---|
kieker.analysis |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.model |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MIRepository,AbstractRepository> |
AnalysisController.AnalysisControllerWithMapping.getRepositoryMap()
Getter for the property
AnalysisController.AnalysisControllerWithMapping.repositoryMap . |
Constructor and Description |
---|
AnalysisControllerWithMapping(AnalysisController controller,
java.util.Map<MIPlugin,AbstractPlugin> pluginMap,
java.util.Map<MIRepository,AbstractRepository> repositoryMap)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
static void |
MetaModelHandler.metaModelToJava(MIProject mProject,
AnalysisController ac,
java.util.Collection<MetaModelHandler.PluginConnection> pluginConnections,
java.util.Collection<MetaModelHandler.RepositoryConnection> repositoryConnections,
java.util.Collection<MIDependency> dependencies,
java.lang.ClassLoader classLoader,
Configuration globalConfiguration,
java.util.Map<MIRepository,AbstractRepository> repositoryMap,
java.util.Map<MIPlugin,AbstractPlugin> pluginMap)
This method can be used to convert a given analysis meta model instance to the actual java instances.
|
Modifier and Type | Method and Description |
---|---|
MIRepository |
MIAnalysisMetaModelFactory.createRepository()
Returns a new object of class 'Repository'.
|
MIRepository |
MIRepositoryConnector.getRepository()
Returns the value of the 'Repository' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIRepository> |
MIProject.getRepositories()
Returns the value of the 'Repositories' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
MIRepositoryConnector.setRepository(MIRepository value)
Sets the value of the '
Repository ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
MRepository
An implementation of the model object 'Repository'.
|
Modifier and Type | Field and Description |
---|---|
protected MIRepository |
MRepositoryConnector.repository
The cached value of the '
Repository ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<MIRepository> |
MProject.repositories
The cached value of the '
Repositories ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
MIRepository |
MRepositoryConnector.basicGetRepository() |
MIRepository |
MAnalysisMetaModelFactory.createRepository() |
MIRepository |
MRepositoryConnector.getRepository() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIRepository> |
MProject.getRepositories() |
Modifier and Type | Method and Description |
---|---|
void |
MRepositoryConnector.setRepository(MIRepository newRepository) |
Modifier and Type | Method and Description |
---|---|
T |
AnalysisMetaModelSwitch.caseRepository(MIRepository object)
Returns the result of interpreting the object as an instance of 'Repository'.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net