public class Throughput
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
Throughput.TransitionSystem
Transition system.
|
Modifier and Type | Field and Description |
---|---|
private GraphExpressions |
expressions
Expressions to get the solutions.
|
private Solutions |
globalSolutions
Solutions of graph.
|
Constructor and Description |
---|
Throughput() |
Modifier and Type | Method and Description |
---|---|
double |
calculateThroughput(Graph inputGraph)
Calculates throughput of the graph.
|
private Solutions globalSolutions
private GraphExpressions expressions
public double calculateThroughput(Graph inputGraph)
inputGraph
- input SDF graph