kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Class OperationDependencyGraphPluginAllocation
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<AllocationComponentOperationPair>
kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.OperationDependencyGraphPluginAllocation
- All Implemented Interfaces:
- IAnalysisPlugin
public class OperationDependencyGraphPluginAllocation
- extends AbstractDependencyGraphPlugin<AllocationComponentOperationPair>
Refactored copy from LogAnalysis-legacy tool
- Author:
- Andre van Hoorn, Lena Stöver, Matthias Rohr,
OperationDependencyGraphPluginAllocation
public OperationDependencyGraphPluginAllocation(String name,
SystemModelRepository systemEntityFactory,
File dotOutputFile,
boolean includeWeights,
boolean shortLabels,
boolean includeSelfLoops)
execute
public boolean execute()
- Description copied from interface:
IAnalysisPlugin
- Initiates the start of a component.
This method is called once when a TpanInstance's run() method is called.
This implementation must not be blocking!
Asynchronous consumers would spawn (an) aynchronous thread(s) in this
method.
- Returns:
- true on success; false otherwise.
terminate
public void terminate(boolean error)
- Saves the dependency graph to the dot file if error is not true.
- Parameters:
error
-
getMessageTraceInputPort
public IInputPort<MessageTrace> getMessageTraceInputPort()
- Specified by:
getMessageTraceInputPort
in class AbstractMessageTraceProcessingPlugin
Copyright 2010 the Kieker Project, http://kieker.sourceforge.net>