kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram
Class SequenceDiagramPlugin
java.lang.Object
kieker.tools.traceAnalysis.plugins.AbstractTraceAnalysisPlugin
kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram.SequenceDiagramPlugin
- All Implemented Interfaces:
- IAnalysisPlugin
public class SequenceDiagramPlugin
- extends AbstractMessageTraceProcessingPlugin
Refactored copy from LogAnalysis-legacy tool
- Author:
- Andre van Hoorn, Nils Sommer
SequenceDiagramPlugin
public SequenceDiagramPlugin(String name,
SystemModelRepository systemEntityFactory,
SequenceDiagramPlugin.SDModes sdmode,
String outputFnBase,
boolean shortLabels)
printStatusMessage
public void printStatusMessage()
- Overrides:
printStatusMessage
in class AbstractTraceProcessingPlugin
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)
- Description copied from interface:
IAnalysisPlugin
- Initiates a termination of the component. The value of the parameter
error indicates whether an error occured.
- Parameters:
error
- true iff an error occured.
getMessageTraceInputPort
public IInputPort<MessageTrace> getMessageTraceInputPort()
- Specified by:
getMessageTraceInputPort
in class AbstractMessageTraceProcessingPlugin
writePicForMessageTrace
public static void writePicForMessageTrace(SystemModelRepository systemEntityFactory,
MessageTrace msgTrace,
SequenceDiagramPlugin.SDModes sdMode,
String outputFilename,
boolean shortLabels)
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>