Class VisualizationConstants
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.VisualizationConstants
- Since:
- 1.15
- Author:
- Reiner Jung
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringThe prefix for the files of the allocation component dependency graphs.static final StringThe prefix for the files of the allocation operation dependency graphs.static final StringThe prefix for the files of the allocation sequence diagram.static final StringThe prefix for the files of the assembly component dependency graphs.static final Stringstatic final StringThe prefix for the files of the assembly sequence diagram.static final StringThe prefix for the files of the container dependency graphs.static final StringThe suffix for dot files.static final StringThe name of the component for the trace reconstruction of event records.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringNode decorator flags.static final Stringstatic final String -
Method Summary
-
Field Details
-
DOT_FILE_SUFFIX
The suffix for dot files.- See Also:
-
EXECEVENTRACESFROMEVENTTRACES_COMPONENT_NAME
The name of the component for the trace reconstruction of event records.- See Also:
-
PRINTMSGTRACE_COMPONENT_NAME
- See Also:
-
PRINTEXECTRACE_COMPONENT_NAME
- See Also:
-
PRINTINVALIDEXECTRACE_COMPONENT_NAME
- See Also:
-
PLOTALLOCATIONCOMPONENTDEPGRAPH_COMPONENT_NAME
- See Also:
-
PLOTASSEMBLYCOMPONENTDEPGRAPH_COMPONENT_NAME
- See Also:
-
PLOTCONTAINERDEPGRAPH_COMPONENT_NAME
- See Also:
-
PLOTALLOCATIONOPERATIONDEPGRAPH_COMPONENT_NAME
- See Also:
-
PLOTASSEMBLYOPERATIONDEPGRAPH_COMPONENT_NAME
- See Also:
-
PLOTALLOCATIONSEQDIAGR_COMPONENT_NAME
- See Also:
-
PLOTASSEMBLYSEQDIAGR_COMPONENT_NAME
- See Also:
-
PLOTAGGREGATEDALLOCATIONCALLTREE_COMPONENT_NAME
- See Also:
-
PLOTAGGREGATEDASSEMBLYCALLTREE_COMPONENT_NAME
- See Also:
-
PLOTCALLTREE_COMPONENT_NAME
- See Also:
-
RESPONSE_TIME_DECORATOR_FLAG_NS
Node decorator flags.- See Also:
-
RESPONSE_TIME_DECORATOR_FLAG_US
- See Also:
-
RESPONSE_TIME_DECORATOR_FLAG_MS
- See Also:
-
RESPONSE_TIME_DECORATOR_FLAG_S
- See Also:
-
ALLOCATION_SEQUENCE_DIAGRAM_FN_PREFIX
The prefix for the files of the allocation sequence diagram.- See Also:
-
ASSEMBLY_SEQUENCE_DIAGRAM_FN_PREFIX
The prefix for the files of the assembly sequence diagram.- See Also:
-
ALLOCATION_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX
The prefix for the files of the allocation component dependency graphs.- See Also:
-
ASSEMBLY_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX
The prefix for the files of the assembly component dependency graphs.- See Also:
-
CONTAINER_DEPENDENCY_GRAPH_FN_PREFIX
The prefix for the files of the container dependency graphs.- See Also:
-
ALLOCATION_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX
The prefix for the files of the allocation operation dependency graphs.- See Also:
-
ASSEMBLY_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX
- See Also:
-
AGGREGATED_ALLOCATION_CALL_TREE_FN_PREFIX
- See Also:
-
AGGREGATED_ASSEMBLY_CALL_TREE_FN_PREFIX
- See Also:
-