kieker.analysis.model
Class MetaModelHandler.PluginConnection
java.lang.Object
kieker.analysis.model.MetaModelHandler.PluginConnection
- Enclosing class:
- MetaModelHandler
public static class MetaModelHandler.PluginConnection
- extends Object
- Since:
- 1.8
- Author:
- Nils Christian Ehmke
MetaModelHandler.PluginConnection
public MetaModelHandler.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.
getSource
public AbstractPlugin getSource()
getDestination
public AbstractPlugin getDestination()
getOutputName
public String getOutputName()
getInputName
public String getInputName()
Copyright 2014 Kieker Project, http://kieker-monitoring.net>