Specifier for the strategy that is used to assign partial nodes to subgraph components.
Namespace: yWorks.yFiles.Layout.PartialAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum ComponentAssignmentStrategy |
| Visual Basic |
|---|
Public Enumeration ComponentAssignmentStrategy |
Members
| Member name | Description | ||
|---|---|---|---|
| Single | 0 | Specifier for the strategy that is used to assign partial nodes to subgraph components. This value specifies that each partial node is assigned to a separate component. | |
| Connected | 1 | Specifier for the strategy that is used to assign partial nodes to subgraph components. This value specifies that all partial nodes of a connected component are assigned to the same subgraph component. | |
| Clustering | 2 | Specifier for the strategy that is used to assign partial nodes to subgraph components. This value specifies that the algorithm should use a natural clustering algorithm to determine the subgraph components (nodes of the same cluster are in the same subgraph component). | |
| Customized | 3 | Specifier for the strategy that is used to assign partial nodes to subgraph components. This value allows to use a customized component assignment, see ComponentAssignmentDpKey . |