|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MIPlugin | |
---|---|
kieker.analysis | |
kieker.analysis.model | |
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
Uses of MIPlugin in kieker.analysis |
---|
Methods in kieker.analysis that return types with arguments of type MIPlugin | |
---|---|
Map<MIPlugin,AbstractPlugin> |
AnalysisController.AnalysisControllerWithMapping.getPluginMap()
Getter for the property AnalysisController.AnalysisControllerWithMapping.pluginMap . |
Constructor parameters in kieker.analysis with type arguments of type MIPlugin | |
---|---|
AnalysisController.AnalysisControllerWithMapping(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 |
---|
Methods in kieker.analysis.model with parameters of type MIPlugin | |
---|---|
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,
String name)
Searches for an output port within the given plugin with the given name. |
Method parameters in kieker.analysis.model with type arguments of type MIPlugin | |
---|---|
static void |
MetaModelHandler.metaModelToJava(MIProject mProject,
AnalysisController ac,
Collection<MetaModelHandler.PluginConnection> pluginConnections,
Collection<MetaModelHandler.RepositoryConnection> repositoryConnections,
Collection<MIDependency> dependencies,
ClassLoader classLoader,
Configuration globalConfiguration,
Map<MIRepository,AbstractRepository> repositoryMap,
Map<MIPlugin,AbstractPlugin> pluginMap)
This method can be used to convert a given analysis meta model instance to the actual java instances. |
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel |
---|
Subinterfaces of MIPlugin in kieker.analysis.model.analysisMetaModel | |
---|---|
interface |
MIFilter
A representation of the model object 'Filter'. |
interface |
MIReader
A representation of the model object 'Reader'. |
Methods in kieker.analysis.model.analysisMetaModel that return MIPlugin | |
---|---|
MIPlugin |
MIOutputPort.getParent()
Returns the value of the 'Parent' container reference. |
MIPlugin |
MIDisplay.getParent()
Returns the value of the 'Parent' container reference. |
Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIPlugin | |
---|---|
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 | |
---|---|
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. |
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel.impl |
---|
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIPlugin | |
---|---|
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'. |
Methods in kieker.analysis.model.analysisMetaModel.impl that return MIPlugin | |
---|---|
MIPlugin |
MOutputPort.getParent()
|
MIPlugin |
MDisplay.getParent()
|
Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIPlugin | |
---|---|
org.eclipse.emf.common.util.EList<MIPlugin> |
MProject.getPlugins()
|
Methods in kieker.analysis.model.analysisMetaModel.impl with parameters of type MIPlugin | |
---|---|
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)
|
Uses of MIPlugin in kieker.analysis.model.analysisMetaModel.util |
---|
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIPlugin | |
---|---|
T |
AnalysisMetaModelSwitch.casePlugin(MIPlugin object)
Returns the result of interpreting the object as an instance of 'Plugin'. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |