Package | Description |
---|---|
graphanalysis.throughput |
package contains algorithms to calculate throughput
of SDF graph.
|
Modifier and Type | Field and Description |
---|---|
(package private) Throughput.TransitionSystem.State |
Throughput.TransitionSystem.currentState |
(package private) Throughput.TransitionSystem.State |
Throughput.TransitionSystem.previousState |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Throughput.TransitionSystem.State> |
Throughput.TransitionSystem.storedStates |
private java.util.HashSet<Throughput.TransitionSystem.State> |
Throughput.TransitionSystem.storedStatesHash |
Modifier and Type | Method and Description |
---|---|
void |
Throughput.TransitionSystem.State.clone(Throughput.TransitionSystem.State argState) |
private boolean |
Throughput.TransitionSystem.storeState(Throughput.TransitionSystem.State currState) |