Kieker 1.5

kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class ContainerDependencyGraphFilter

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
          extended by kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
              extended by kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
                  extended by kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
                      extended by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter<ExecutionContainer>
                          extended by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFilter
All Implemented Interfaces:
IFilterPlugin, IPlugin

public class ContainerDependencyGraphFilter
extends AbstractDependencyGraphFilter<ExecutionContainer>

Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The data which is send to this plugin is not delegated in any way.

Author:
Andre van Hoorn, Lena Stöver, Matthias Rohr,

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference
 
Field Summary
static String CONFIG_PROPERTY_NAME_DOT_OUTPUT_FILE
           
static String CONFIG_PROPERTY_NAME_INCLUDE_SELF_LOOPS
           
static String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS
           
static String CONFIG_PROPERTY_NAME_SHORT_LABELS
           
 
Fields inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
STEREOTYPE_ALLOCATION_COMPONENT, STEREOTYPE_ASSEMBLY_COMPONENT, STEREOTYPE_EXECUTION_CONTAINER
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
INPUT_PORT_NAME_MESSAGE_TRACES
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
MAX_DURATION_MILLIS
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
REPOSITORY_PORT_NAME_SYSTEM_MODEL
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
ContainerDependencyGraphFilter(Configuration configuration)
           
 
Method Summary
 Configuration getCurrentConfiguration()
          This method should deliver a Configuration object containing the current configuration of this instance.
 void inputMessageTraces(MessageTrace t)
           
 void terminate(boolean error)
          Saves the dependency graph to the dot file if error is not true.
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
addDecorator, printStatusMessage, saveToDotFile, setDependencyGraph
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, setErrStream, setOutStream
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
init
 
Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, getAllInputPortNames, getAllOutputPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, isConnectionAllowed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_PROPERTY_NAME_DOT_OUTPUT_FILE

public static final String CONFIG_PROPERTY_NAME_DOT_OUTPUT_FILE
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS

public static final String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_SHORT_LABELS

public static final String CONFIG_PROPERTY_NAME_SHORT_LABELS
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_INCLUDE_SELF_LOOPS

public static final String CONFIG_PROPERTY_NAME_INCLUDE_SELF_LOOPS
See Also:
Constant Field Values
Constructor Detail

ContainerDependencyGraphFilter

public ContainerDependencyGraphFilter(Configuration configuration)
Method Detail

terminate

public void terminate(boolean error)
Saves the dependency graph to the dot file if error is not true.

Specified by:
terminate in interface IFilterPlugin
Overrides:
terminate in class AbstractFilterPlugin
Parameters:
error -

getCurrentConfiguration

public Configuration getCurrentConfiguration()
Description copied from interface: IPlugin
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.

Returns:
A completely filled configuration object.

inputMessageTraces

public void inputMessageTraces(MessageTrace t)
Specified by:
inputMessageTraces in class AbstractMessageTraceProcessingFilter

Kieker 1.5

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