kieker.analysis.model
Class MetaModelHandler.PluginConnection
java.lang.Object
kieker.analysis.model.MetaModelHandler.PluginConnection
- Enclosing class:
- MetaModelHandler
public static class MetaModelHandler.PluginConnection
- extends java.lang.Object
- Since:
- 1.8
- Author:
- Nils Christian Ehmke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaModelHandler.PluginConnection
public MetaModelHandler.PluginConnection(AbstractPlugin source,
AbstractPlugin destination,
java.lang.String outputName,
java.lang.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 java.lang.String getOutputName()
getInputName
public java.lang.String getInputName()
Copyright 2015 Kieker Project, http://kieker-monitoring.net