| Package | Description |
|---|---|
| org.workflowsim.utils |
| Modifier and Type | Method and Description |
|---|---|
ClusteringParameters.ClusteringMethod |
ClusteringParameters.getClusteringMethod()
Gets the clustering method
|
static ClusteringParameters.ClusteringMethod |
ClusteringParameters.ClusteringMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringParameters.ClusteringMethod[] |
ClusteringParameters.ClusteringMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClusteringParameters(int cNum,
int cSize,
ClusteringParameters.ClusteringMethod method,
java.lang.String code)
Initialize a ClusteringParameters
|