|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter<G>
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter<ContainerDependencyGraph>
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ContainerDependencyGraphFormatter
public class ContainerDependencyGraphFormatter
Formatter for container dependency graphs.
| Field Summary |
|---|
| Fields inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter |
|---|
STEREOTYPE_ALLOCATION_COMPONENT, STEREOTYPE_ASSEMBLY_COMPONENT, STEREOTYPE_EXECUTION_CONTAINER |
| Constructor Summary | |
|---|---|
ContainerDependencyGraphFormatter()
Creates a new formatter. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
formatDependencyGraph(ContainerDependencyGraph graph,
boolean includeWeights,
boolean useShortLabels,
boolean plotLoops)
The inheriting classes should implement this method to encapsulate the concrete graph formatting. |
java.lang.String |
getDefaultFileName()
Returns the default file name suggested by this formatter. |
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter |
|---|
appendGraphFooter, appendGraphHeader, createAllocationComponentId, createAssemblyComponentId, createContainerId, createNodeId, createNodeId, createOperationNodeId, formatGraph, getNodeFillColor |
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter |
|---|
createFormattedRepresentation, formatDecorations, getDotRepresentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerDependencyGraphFormatter()
| Method Detail |
|---|
protected java.lang.String formatDependencyGraph(ContainerDependencyGraph graph,
boolean includeWeights,
boolean useShortLabels,
boolean plotLoops)
AbstractDependencyGraphFormatter
formatDependencyGraph in class AbstractDependencyGraphFormatter<ContainerDependencyGraph>graph - The input graph to formatincludeWeights - Determines whether to include weights or not.useShortLabels - Determines whether to use short labels or not.plotLoops - Determines whether to plot loops or not.
public java.lang.String getDefaultFileName()
AbstractGraphFormatter
getDefaultFileName in class AbstractGraphFormatter<ContainerDependencyGraph>
|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||