Kieker 1.9

kieker.analysis.model
Class MetaModelHandler.RepositoryConnection

java.lang.Object
  extended by kieker.analysis.model.MetaModelHandler.RepositoryConnection
Enclosing class:
MetaModelHandler

public static class MetaModelHandler.RepositoryConnection
extends Object

Since:
1.8
Author:
Nils Christian Ehmke

Constructor Summary
MetaModelHandler.RepositoryConnection(AbstractPlugin source, AbstractRepository repository, String outputName)
          Creates a new connection between a repository and a filter.
 
Method Summary
 String getOutputName()
           
 AbstractRepository getRepository()
           
 AbstractPlugin getSource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaModelHandler.RepositoryConnection

public MetaModelHandler.RepositoryConnection(AbstractPlugin source,
                                             AbstractRepository repository,
                                             String outputName)
Creates a new connection between a repository and a filter.

Parameters:
source - The filter.
repository - The repository.
outputName - The name of the repository port.
Method Detail

getSource

public AbstractPlugin getSource()

getRepository

public AbstractRepository getRepository()

getOutputName

public String getOutputName()

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net