Basic item used for rooted clustering and for identifying the nodes for the flow graph

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Class Cluster
C#
public class Cluster
Visual C++
public ref class Cluster
JavaScript
FlowMap.Cluster = function();

Type.createClass(
	'FlowMap.Cluster');

Inheritance Hierarchy

System..::.Object
  FlowMap..::.Cluster

See Also