Class DotGraphConstants
java.lang.Object
kieker.analysis.generic.sink.graph.dot.DotGraphConstants
This class defines some constants which are used in dot graphs. These are,
for example, specific key words and symbols.
- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
Fields -
Method Summary
-
Field Details
-
START_GRAPH_BRACKET
- See Also:
-
END_GRAPH_BRACKET
- See Also:
-
START_ATTRS_BRACKET
- See Also:
-
END_ATTRS_BRACKET
- See Also:
-
ATTR_CONNECTOR
- See Also:
-
DIRECTED_START_TOKEN
- See Also:
-
UNDIRECTED_START_TOKEN
- See Also:
-
SUB_START_TOKEN
- See Also:
-
NODE
- See Also:
-
EDGE
- See Also:
-
CLUSTER_PREFIX
- See Also:
-
DIRECTED_EDGE_CONNECTOR
- See Also:
-
UNDIRECTED_EDGE_CONNECTOR
- See Also:
-