|
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<G>
G - The graph type this formatter is forpublic abstract class AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>>
Abstract superclass for all dependency-graph formatters.
| Field Summary | |
|---|---|
protected static java.lang.String |
STEREOTYPE_ALLOCATION_COMPONENT
The string used in the node labels for deployment components. |
protected static java.lang.String |
STEREOTYPE_ASSEMBLY_COMPONENT
The string used in the node labels for assembly components. |
protected static java.lang.String |
STEREOTYPE_EXECUTION_CONTAINER
The string used in the node labels for execution containers. |
| Constructor Summary | |
|---|---|
AbstractDependencyGraphFormatter()
|
|
| Method Summary | |
|---|---|
protected void |
appendGraphFooter(java.lang.StringBuilder builder)
Outputs the default graph footer to the given builder. |
protected void |
appendGraphHeader(java.lang.StringBuilder builder)
Outputs the default graph header to the given builder. |
protected static java.lang.String |
createAllocationComponentId(AllocationComponent component)
Utility function to create a textual container ID for an allocation component. |
protected static java.lang.String |
createAssemblyComponentId(AssemblyComponent component)
Utility function to create a textual container ID for an assembly component. |
protected static java.lang.String |
createContainerId(ExecutionContainer container)
Utility function to create a textual container ID for an execution container. |
protected static java.lang.String |
createNodeId(DependencyGraphNode<?> node)
Utility function to create a textual node ID for a given node. |
protected static java.lang.String |
createNodeId(int nodeId)
Utility function to create a textual node ID from a given numeric node ID. |
protected static java.lang.String |
createOperationNodeId(Operation operation)
Utility function to create a textual node ID for an operation. |
protected abstract java.lang.String |
formatDependencyGraph(G graph,
boolean includeWeights,
boolean useShortLabels,
boolean plotLoops)
The inheriting classes should implement this method to encapsulate the concrete graph formatting. |
protected java.lang.String |
formatGraph(G graph,
boolean includeWeights,
boolean useShortLabels,
boolean plotLoops)
This method encapsulates the concrete graph formatting. |
protected static java.lang.String |
getNodeFillColor(DependencyGraphNode<?> node)
Utility function to determine the fill color to use for a given node. |
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter |
|---|
createFormattedRepresentation, formatDecorations, getDefaultFileName, getDotRepresentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String STEREOTYPE_EXECUTION_CONTAINER
protected static final java.lang.String STEREOTYPE_ASSEMBLY_COMPONENT
protected static final java.lang.String STEREOTYPE_ALLOCATION_COMPONENT
| Constructor Detail |
|---|
public AbstractDependencyGraphFormatter()
| Method Detail |
|---|
protected java.lang.String formatGraph(G graph,
boolean includeWeights,
boolean useShortLabels,
boolean plotLoops)
AbstractGraphFormatter
formatGraph in class AbstractGraphFormatter<G extends AbstractDependencyGraph<?>>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.
protected void appendGraphHeader(java.lang.StringBuilder builder)
builder - The builder to useprotected void appendGraphFooter(java.lang.StringBuilder builder)
builder - The builder to useprotected static java.lang.String createContainerId(ExecutionContainer container)
container - The container to create the ID for
protected static java.lang.String createAllocationComponentId(AllocationComponent component)
component - The allocation component to create the ID for
protected static java.lang.String createAssemblyComponentId(AssemblyComponent component)
component - The assembly component to create the ID for
protected static java.lang.String createOperationNodeId(Operation operation)
operation - The operation to create the ID for
protected static java.lang.String createNodeId(int nodeId)
nodeId - The numeric node ID
protected static java.lang.String createNodeId(DependencyGraphNode<?> node)
node - The node to create the ID for
protected static java.lang.String getNodeFillColor(DependencyGraphNode<?> node)
node - The node to determine the color for
protected abstract java.lang.String formatDependencyGraph(G graph,
boolean includeWeights,
boolean useShortLabels,
boolean plotLoops)
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.
|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||