| Package | Description |
|---|---|
| org.workflowsim | |
| org.workflowsim.clustering | |
| org.workflowsim.clustering.balancing |
| Modifier and Type | Field and Description |
|---|---|
protected BasicClustering |
ClusteringEngine.engine
The clustering engine to use
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockClustering
BlockClustering groups tasks in both horizontal and vertical direction
|
class |
HorizontalClustering
HorizontalClustering merges task at the same horizontal level
|
class |
VerticalClustering
VerticalClustering merges tasks at the same pipeline
|
| Modifier and Type | Class and Description |
|---|---|
class |
BalancedClustering
BalancedClustering is a clustering method that aims balancing task runtime
and data dependency.
|