Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlatools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlatools
Commits
1a80927e
Commit
1a80927e
authored
Jan 29, 2018
by
William Schultz
Committed by
Markus Alexander Kuppe
Feb 7, 2018
Browse files
Options
Downloads
Patches
Plain Diff
Update comment about action to color map
parent
637b30bf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tlatools/src/tlc2/util/DotStateWriter.java
+3
-1
3 additions, 1 deletion
tlatools/src/tlc2/util/DotStateWriter.java
with
3 additions
and
1 deletion
tlatools/src/tlc2/util/DotStateWriter.java
+
3
−
1
View file @
1a80927e
...
@@ -58,7 +58,9 @@ public class DotStateWriter extends StateWriter {
...
@@ -58,7 +58,9 @@ public class DotStateWriter extends StateWriter {
// https://www.graphviz.org/doc/info/colors.html for more details on color schemes.
// https://www.graphviz.org/doc/info/colors.html for more details on color schemes.
static
String
dotColorScheme
=
"paired12"
;
static
String
dotColorScheme
=
"paired12"
;
// A mapping of action names to their assigned color ids.
// A mapping of action names to their assigned color ids. Since states are fed into a StateWriter
// incrementally, one at a time, this table is built up over time, adding new actions as we find
// out about them.
HashMap
<
String
,
Integer
>
actionToColors
=
new
HashMap
<>();
HashMap
<
String
,
Integer
>
actionToColors
=
new
HashMap
<>();
// Determines whether or not transition edges should be colorized in the state graph.
// Determines whether or not transition edges should be colorized in the state graph.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment