Uses of Interface
kieker.analysis.model.analysisMetaModel.MIPlugin
| Package | Description |
|---|---|
| kieker.analysis |
Copyright 2022 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 | |
| kieker.analysis.stage.model |
-
Uses of MIPlugin in kieker.analysis
Methods in kieker.analysis that return types with arguments of type MIPlugin Modifier and Type Method Description java.util.Map<MIPlugin,AbstractPlugin>AnalysisController.AnalysisControllerWithMapping. getPluginMap()Getter for the propertyAnalysisController.AnalysisControllerWithMapping.pluginMap.Constructor parameters in kieker.analysis with type arguments of type MIPlugin Constructor 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. -
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel
Subinterfaces of MIPlugin in kieker.analysis.model.analysisMetaModel Modifier and Type Interface Description interfaceMIFilterA representation of the model object 'Filter'.interfaceMIReaderA representation of the model object 'Reader'.Methods in kieker.analysis.model.analysisMetaModel that return MIPlugin Modifier and Type Method Description MIPluginMIDisplay. getParent()Returns the value of the 'Parent' container reference.MIPluginMIOutputPort. getParent()Returns the value of the 'Parent' container reference.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIPlugin Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIPlugin>MIProject. getPlugins()Returns the value of the 'Plugins' containment reference list.Methods in kieker.analysis.model.analysisMetaModel with parameters of type MIPlugin Modifier and Type Method Description voidMIDisplay. setParent(MIPlugin value)Sets the value of the 'Parent' container reference.voidMIOutputPort. setParent(MIPlugin value)Sets the value of the 'Parent' container reference. -
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIPlugin Modifier and Type Class Description classMFilterAn implementation of the model object 'Filter'.classMPluginAn implementation of the model object 'Plugin'.classMReaderAn implementation of the model object 'Reader'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIPlugin Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<MIPlugin>MProject. pluginsThe cached value of the 'Plugins' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIPlugin Modifier and Type Method Description MIPluginMDisplay. getParent()MIPluginMOutputPort. getParent()Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIPlugin Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIPlugin>MProject. getPlugins()Methods in kieker.analysis.model.analysisMetaModel.impl with parameters of type MIPlugin Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainMDisplay. basicSetParent(MIPlugin newParent, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMOutputPort. basicSetParent(MIPlugin newParent, org.eclipse.emf.common.notify.NotificationChain msgs)voidMDisplay. setParent(MIPlugin newParent)voidMOutputPort. setParent(MIPlugin newParent) -
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIPlugin Modifier and Type Method Description TAnalysisMetaModelSwitch. casePlugin(MIPlugin object)Returns the result of interpreting the object as an instance of 'Plugin'. -
Uses of MIPlugin in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model with parameters of type MIPlugin Modifier and Type Method Description static voidMetaModelHandler. checkPorts(MIPlugin mPlugin, AbstractPlugin plugin)Deprecated.This method checks the ports of the given model plugin against the ports of the actual plugin.static MIOutputPortMetaModelHandler. findOutputPort(MIPlugin mPlugin, java.lang.String name)Deprecated.Searches for an output port within the given plugin with the given name.