documentationfor yFiles for HTML 3.0.0.3

Properties

groupingin PathSearchConfigurationGets the grouping information of the graph.

Method Return Values

copyGrouping (LayoutGraph)in LayoutGraphGroupingReplaces the current grouping hierarchy of the specified graph with a new one, based on the current isGrouped and getParent relationships.
createReadOnlyView (LayoutGraph)in LayoutGraphGroupingCreates a read-only view of the current grouping hierarchy of the graph.
replaceGrouping (LayoutGraph, function(LayoutNode):boolean?, function(LayoutNode):LayoutNode?)in LayoutGraphGroupingReplaces the existing grouping hierarchy of the graph with a new hierarchy, optionally using the provided isGroupNode and getParent callbacks to define the new hierarchy.