dotidIsStyle : DOTID -> Bool Returns `True` iff the `DOTID` was a `NameID` or a `StringID` containing the
value 'style.
Totality: total
Visibility: exportdotidIsInvis : DOTID -> Bool Returns `True` iff the `DOTID` was a `NameID` or a `StringID` containing the
value 'invis'.
Totality: total
Visibility: exportremoveInvisAssign : List Assign -> List Assign Remove any assignment which assigns to the value "invis".
Totality: total
Visibility: exportisInvisEdge : Stmt -> Bool Returns `True` iff the given Edge is explicitly invisible.
Totality: total
Visibility: exportremoveInvisEdges : Graph -> Graph Remove all invisible edges from the given `Graph`.
Totality: total
Visibility: exportdotidIsCluster : DOTID -> Bool Returns `True` iff the `DOTID` is either a `StringID` or a `NameID`, whose
value starts with the word "cluster".
Totality: total
Visibility: exportgraphIsCluster : Graph -> Bool Returns `True` iff the `Graph` is a named subgraph, whose name starts with
the word "cluster".
Totality: total
Visibility: exportsubgraphIsCluster : Subgraph -> Bool Returns `True` iff the `Subgraph` is a named subgraph, whose name starts
with the word "cluster".
Totality: total
Visibility: exportedgeRHSHasCluster : EdgeRHS -> Bool Returns `True` iff the `EdgeRHS` connects to a cluster subgraph.
Totality: total
Visibility: exportstmtHasCluster : Stmt -> Bool Returns `True` iff the given `Stmt` contains a cluster subgraph.
Totality: total
Visibility: exportremoveClusters : Graph -> Graph Remove any cluster subgraphs from the given `Graph`.
Totality: total
Visibility: export