Kieker 1.5

kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class AbstractDependencyGraphFilter<T>

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<T>
Type Parameters:
T -
All Implemented Interfaces:
IFilterPlugin, IPlugin
Direct Known Subclasses:
ComponentDependencyGraphAllocationFilter, ComponentDependencyGraphAssemblyFilter, ContainerDependencyGraphFilter, OperationDependencyGraphAllocationFilter, OperationDependencyGraphAssemblyFilter

public abstract class AbstractDependencyGraphFilter<T>
extends AbstractMessageTraceProcessingFilter

Refactored copy from LogAnalysis-legacy tool

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 STEREOTYPE_ALLOCATION_COMPONENT
           
static String STEREOTYPE_ASSEMBLY_COMPONENT
           
static String 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
AbstractDependencyGraphFilter(Configuration configuration)
           
 
Method Summary
 void addDecorator(AbstractNodeDecorator decorator)
           
 void printStatusMessage()
          Returns a user-addressed status message to be logged by the calling tool.
 void saveToDotFile(String outputFnBase, boolean includeWeights, boolean shortLabels, boolean plotSelfLoops)
           
 void setDependencyGraph(DependencyGraph<T> dependencyGraph)
           
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
inputMessageTraces
 
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, terminate
 
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
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
getCurrentConfiguration
 

Field Detail

STEREOTYPE_EXECUTION_CONTAINER

public static final String STEREOTYPE_EXECUTION_CONTAINER
See Also:
Constant Field Values

STEREOTYPE_ASSEMBLY_COMPONENT

public static final String STEREOTYPE_ASSEMBLY_COMPONENT
See Also:
Constant Field Values

STEREOTYPE_ALLOCATION_COMPONENT

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

AbstractDependencyGraphFilter

public AbstractDependencyGraphFilter(Configuration configuration)
Method Detail

setDependencyGraph

public void setDependencyGraph(DependencyGraph<T> dependencyGraph)

saveToDotFile

public final void saveToDotFile(String outputFnBase,
                                boolean includeWeights,
                                boolean shortLabels,
                                boolean plotSelfLoops)
                         throws FileNotFoundException,
                                UnsupportedEncodingException
Throws:
FileNotFoundException
UnsupportedEncodingException

printStatusMessage

public void printStatusMessage()
Description copied from class: AbstractTraceProcessingFilter
Returns a user-addressed status message to be logged by the calling tool. Extending classes may override this method but should call the then-inherited method first.

Overrides:
printStatusMessage in class AbstractTraceProcessingFilter

addDecorator

public void addDecorator(AbstractNodeDecorator decorator)

Kieker 1.5

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