Package kieker.analysis.generic.sink.graph.dot
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
Class Summary Class Description DotExportBuilder<N extends INode,E extends IEdge> DotExportMapper<N extends INode,E extends IEdge> This class specifies how attributes (for graphs, vertices and edges) are mapped to a dot graph.DotFileWriterStage<N extends INode,E extends IEdge> DotGraphConstants This class defines some constants which are used in dot graphs.DotGraphWriter Class to build and write a DOT Graph to a writer.DotTransformer<N extends INode,E extends IEdge> DotWriterStage<N extends INode,E extends IEdge> This stage writes aIGraph
to givenWriter
in the dot file format.SimpleDotExportConfiguration<N extends INode,E extends IEdge> ADotExportMapper
that maps the property label of edges and vertices to the label attribute of the corresponding nodes and edges of the dot graph. -
Enum Summary Enum Description DotGraphType