- Improved roledef printing by adding roledefPrintShort.

This commit is contained in:
ccremers
2004-10-28 12:56:13 +00:00
parent 61457b5f3d
commit 3673fc689d
3 changed files with 30 additions and 7 deletions

View File

@@ -778,7 +778,7 @@ dotSemiState ()
eprintf ("shape=box,");
}
eprintf ("label=\"");
roledefPrint (rd);
roledefPrintShort (rd);
eprintf ("\"]");
eprintf (";\n");
@@ -827,7 +827,7 @@ dotSemiState ()
}
// Draw the first box
// This used to be drawn only if done && send_before_read, now we always draw it.
eprintf ("\t\ts%i [label=\"Run %i ", run,run);
eprintf ("\t\ts%i [label=\"Run %i\\n", run,run);
agentsOfRunPrint (sys, run);
eprintf ("\", shape=diamond];\n");
eprintf ("\t\ts%i -> ", run);