|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmocgraph.analysis.strategy.CachedStrategy
mapss.dif.graph.BaseTopSortStrategy
mapss.dif.csdf.sdf.sched.SDPPOTopSortStrategy
public class SDPPOTopSortStrategy
A topological sorting for minimum SDPPO buffer sharing cost. Source node selection is based on the SDPPO buffer sharing cost for the partially sorted list.
Constructor Summary | |
---|---|
SDPPOTopSortStrategy(SDFGraph graph)
Constructor with a DIFGraph . |
Method Summary | |
---|---|
protected java.lang.Object |
_compute()
Compute a topological sorting order. |
Methods inherited from class mapss.dif.graph.BaseTopSortStrategy |
---|
_validate, directedGraph, topSort, toString, valid |
Methods inherited from class mocgraph.analysis.strategy.CachedStrategy |
---|
_convertResult, _result, cachingStatus, disableCaching, enableCaching, getCachedResult, graph, obsolete, reset, setCachedResult |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface mocgraph.analysis.analyzer.GraphAnalyzer |
---|
graph |
Constructor Detail |
---|
public SDPPOTopSortStrategy(SDFGraph graph)
DIFGraph
.
graph
- The given SDF graph.Method Detail |
---|
protected java.lang.Object _compute()
List
, where the order begins at index 0.
_compute
in class mocgraph.analysis.strategy.CachedStrategy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |