Package | Description |
---|---|
kieker.analysis | |
kieker.analysis.model | |
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MIPlugin,AbstractPlugin> |
AnalysisController.AnalysisControllerWithMapping.getPluginMap()
Getter for the property
AnalysisController.AnalysisControllerWithMapping.pluginMap . |
Constructor and Description |
---|
AnalysisController.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.checkPorts(MIPlugin mPlugin,
AbstractPlugin plugin)
This method checks the ports of the given model plugin against the ports of the actual plugin.
|
static MIOutputPort |
MetaModelHandler.findOutputPort(MIPlugin mPlugin,
java.lang.String name)
Searches for an output port within the given plugin with the given name.
|
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 | Interface and Description |
---|---|
interface |
MIFilter
A representation of the model object 'Filter'.
|
interface |
MIReader
A representation of the model object 'Reader'.
|
Modifier and Type | Method and Description |
---|---|
MIPlugin |
MIOutputPort.getParent()
Returns the value of the 'Parent' container reference.
|
MIPlugin |
MIDisplay.getParent()
Returns the value of the 'Parent' container reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIPlugin> |
MIProject.getPlugins()
Returns the value of the 'Plugins' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
MIOutputPort.setParent(MIPlugin value)
Sets the value of the '
Parent ' container reference. |
void |
MIDisplay.setParent(MIPlugin value)
Sets the value of the '
Parent ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
MFilter
An implementation of the model object 'Filter'.
|
class |
MPlugin
An implementation of the model object 'Plugin'.
|
class |
MReader
An implementation of the model object 'Reader'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<MIPlugin> |
MProject.plugins
The cached value of the '
Plugins ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
MIPlugin |
MOutputPort.getParent() |
MIPlugin |
MDisplay.getParent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIPlugin> |
MProject.getPlugins() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MOutputPort.basicSetParent(MIPlugin newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MDisplay.basicSetParent(MIPlugin newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MOutputPort.setParent(MIPlugin newParent) |
void |
MDisplay.setParent(MIPlugin newParent) |
Modifier and Type | Method and Description |
---|---|
T |
AnalysisMetaModelSwitch.casePlugin(MIPlugin object)
Returns the result of interpreting the object as an instance of 'Plugin'.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net