Uses of Interface
kieker.analysis.model.analysisMetaModel.MIPlugin
Packages that use MIPlugin
Package
Description
Copyright 2026 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.
-
Uses of MIPlugin in kieker.analysis
Methods in kieker.analysis that return types with arguments of type MIPluginModifier and TypeMethodDescriptionAnalysisController.AnalysisControllerWithMapping.getPluginMap()Getter for the propertyAnalysisController.AnalysisControllerWithMapping.pluginMap.Constructor parameters in kieker.analysis with type arguments of type MIPluginModifierConstructorDescriptionAnalysisControllerWithMapping(AnalysisController controller, Map<MIPlugin, AbstractPlugin> pluginMap, 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.analysisMetaModelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Filter'.interfaceA representation of the model object 'Reader'.Methods in kieker.analysis.model.analysisMetaModel that return MIPluginModifier and TypeMethodDescriptionMIDisplay.getParent()Returns the value of the 'Parent' container reference.MIOutputPort.getParent()Returns the value of the 'Parent' container reference.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIPluginModifier and TypeMethodDescriptionorg.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 -
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIPluginModifier and TypeClassDescriptionclassAn implementation of the model object 'Filter'.classAn implementation of the model object 'Plugin'.classAn implementation of the model object 'Reader'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIPluginModifier and TypeFieldDescriptionprotected 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 MIPluginMethods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIPluginModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MIPlugin>MProject.getPlugins()Methods in kieker.analysis.model.analysisMetaModel.impl with parameters of type MIPluginModifier and TypeMethodDescriptionorg.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) voidvoid -
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIPluginModifier and TypeMethodDescriptionAnalysisMetaModelSwitch.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 MIPluginModifier and TypeMethodDescriptionstatic 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, String name) Deprecated.Searches for an output port within the given plugin with the given name.