public class ThroughputMcm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Kosaraju |
connectedComponents
Calculate strongly connected components in the graph
|
private GraphAnalysis |
graphAnalysis
Get some properties of the graph
|
private Graph |
hsdfGraph
HSDF graph
|
Constructor and Description |
---|
ThroughputMcm(Graph hsdfGraph)
Initialize throughput calculator object.
|
Modifier and Type | Method and Description |
---|---|
double |
calculateThroughput()
Calculates the throughput using MCM.
|
private Graph hsdfGraph
private Kosaraju connectedComponents
private GraphAnalysis graphAnalysis
public ThroughputMcm(Graph hsdfGraph)
hsdfGraph
- input HSDF graph