|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.plugins.AbstractTraceAnalysisPlugin
kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreePlugin<T>
public abstract class AbstractCallTreePlugin<T>
Plugin providing the creation of calling trees both for individual traces and an aggregated form mulitple traces.
| Constructor Summary | |
|---|---|
AbstractCallTreePlugin(String name,
SystemModelRepository systemEntityFactory)
|
|
| Method Summary | |
|---|---|
static void |
writeDotForMessageTrace(SystemModelRepository systemEntityFactory,
AbstractCallTreeNode<?> root,
MessageTrace msgTrace,
String outputFilename,
boolean includeWeights,
boolean shortLabels)
|
| Methods inherited from class kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin |
|---|
getMessageTraceInputPort |
| Methods inherited from class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin |
|---|
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface kieker.analysis.plugin.IAnalysisPlugin |
|---|
execute, terminate |
| Constructor Detail |
|---|
public AbstractCallTreePlugin(String name,
SystemModelRepository systemEntityFactory)
| Method Detail |
|---|
public static void writeDotForMessageTrace(SystemModelRepository systemEntityFactory,
AbstractCallTreeNode<?> root,
MessageTrace msgTrace,
String outputFilename,
boolean includeWeights,
boolean shortLabels)
throws FileNotFoundException,
TraceProcessingException
FileNotFoundException
TraceProcessingException
|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||