kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Class AbstractDependencyGraphPlugin<T>
java.lang.Object
kieker.tools.traceAnalysis.plugins.AbstractTraceAnalysisPlugin
kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.AbstractDependencyGraphPlugin<T>
- All Implemented Interfaces:
- IAnalysisPlugin
- Direct Known Subclasses:
- ComponentDependencyGraphPluginAllocation, ComponentDependencyGraphPluginAssembly, ContainerDependencyGraphPlugin, OperationDependencyGraphPluginAllocation, OperationDependencyGraphPluginAssembly
public abstract class AbstractDependencyGraphPlugin<T>
- extends AbstractMessageTraceProcessingPlugin
Refactored copy from LogAnalysis-legacy tool
- Author:
- Andre van Hoorn, Lena Stöver, Matthias Rohr,
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
AbstractDependencyGraphPlugin
public AbstractDependencyGraphPlugin(String name,
SystemModelRepository systemEntityFactory,
DependencyGraph<T> dependencyGraph)
saveToDotFile
public final void saveToDotFile(String outputFnBase,
boolean includeWeights,
boolean shortLabels,
boolean plotSelfLoops)
throws FileNotFoundException
- Throws:
FileNotFoundException
printStatusMessage
public void printStatusMessage()
- Overrides:
printStatusMessage
in class AbstractTraceProcessingPlugin
Copyright 2010 the Kieker Project, http://kieker.sourceforge.net>