Package | Description |
---|---|
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 |
---|---|
static MIInputPort |
MetaModelHandler.findInputPort(MIFilter mPlugin,
java.lang.String name)
Searches for an input port within the given plugin with the given name.
|
Modifier and Type | Method and Description |
---|---|
MIInputPort |
MIAnalysisMetaModelFactory.createInputPort()
Returns a new object of class 'Input Port'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIInputPort> |
MIFilter.getInputPorts()
Returns the value of the 'Input Ports' containment reference list.
|
org.eclipse.emf.common.util.EList<MIInputPort> |
MIOutputPort.getSubscribers()
Returns the value of the 'Subscribers' reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
MInputPort
An implementation of the model object 'Input Port'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<MIInputPort> |
MFilter.inputPorts
The cached value of the '
Input Ports ' containment reference list. |
protected org.eclipse.emf.common.util.EList<MIInputPort> |
MOutputPort.subscribers
The cached value of the '
Subscribers ' reference list. |
Modifier and Type | Method and Description |
---|---|
MIInputPort |
MAnalysisMetaModelFactory.createInputPort() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIInputPort> |
MFilter.getInputPorts() |
org.eclipse.emf.common.util.EList<MIInputPort> |
MOutputPort.getSubscribers() |
Modifier and Type | Method and Description |
---|---|
T |
AnalysisMetaModelSwitch.caseInputPort(MIInputPort object)
Returns the result of interpreting the object as an instance of 'Input Port'.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net