 | GroupMode Enumeration |
The supported group modes.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax[FlagsAttribute]
public enum GroupMode
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not group any nodes.
|
| GroupIncomingNodes | 1 |
Group only source nodes of incoming edges of the group node.
|
| GroupOutgoingNodes | 2 |
Group only target nodes of outgoing edges of the group node.
|
| GroupAllNodes | 3 |
Group all nodes connected to the group node.
|
| Hidden | 4 |
Hide the grouping edges in visualizations of the graph.
|
See Also