A phase of execution.
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum PhaseType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PhaseType |
| Visual C++ |
|---|
public enum class PhaseType |
Members
| Member name | Description | |
|---|---|---|
| Initialization |
Initialization : no entity have a cluster associated.
| |
| EntityCluster |
Computation of the cluster of each entities.
| |
| ClusterCentroid |
Computation of the centroids of clusters.
|