Click or drag to resize

GroupMode Enumeration

The supported group modes.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
[FlagsAttribute]
public enum GroupMode
Members
  Member nameValueDescription
None0 Do not group any nodes.
GroupIncomingNodes1 Group only source nodes of incoming edges of the group node.
GroupOutgoingNodes2 Group only target nodes of outgoing edges of the group node.
GroupAllNodes3 Group all nodes connected to the group node.
Hidden4 Hide the grouping edges in visualizations of the graph.
See Also