Package kieker.analysis.stage.model
Class MetaModelHandler.PluginConnection
java.lang.Object
kieker.analysis.stage.model.MetaModelHandler.PluginConnection
- Enclosing class:
- MetaModelHandler
- Since:
- 1.8
- Author:
- Nils Christian Ehmke
-
Constructor Summary
ConstructorsConstructorDescriptionPluginConnection(AbstractPlugin source, AbstractPlugin destination, String outputName, String inputName) Creates a new connection between two filters. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PluginConnection
public PluginConnection(AbstractPlugin source, AbstractPlugin destination, String outputName, String inputName) Creates a new connection between two filters.- Parameters:
source- The source filter.destination- The destination filter.outputName- The name of the output port.inputName- The name of the input port.
-
-
Method Details
-
getSource
-
getDestination
-
getOutputName
-
getInputName
-