|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.DIFScheduleStrategy
mapss.dif.csdf.sdf.sched.DPPOStrategy
mapss.dif.csdf.sdf.sched.SDPPOStrategy
public class SDPPOStrategy
A DPPO scheduler for buffer sharing.
Field Summary |
---|
Fields inherited from class mapss.dif.csdf.sdf.sched.DPPOStrategy |
---|
_lexicalOrder, _tableDimension |
Fields inherited from class mapss.dif.DIFScheduleStrategy |
---|
_clusterManager |
Constructor Summary | |
---|---|
SDPPOStrategy(SDFGraph graph,
java.util.List lexicalOrder)
Constructor for a given graph and a lexical order. |
Method Summary | |
---|---|
protected void |
_optimumFor(int i,
int j)
The optimal buffer sharing results along elements of index i to j. |
java.lang.String |
toString()
A desrciption of the scheduler. |
Methods inherited from class mapss.dif.csdf.sdf.sched.DPPOStrategy |
---|
_bufferCost, _computeDPPO, _computeSchedule, _crossingSDFEdges, _DPPOTableElement, _SDFEdges, _SDFNodes, _verifyIndices, _verifyIndices, optimalCost, schedule, setLexicalOrder |
Methods inherited from class mapss.dif.DIFScheduleStrategy |
---|
getClusterManager, graph, valid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SDPPOStrategy(SDFGraph graph, java.util.List lexicalOrder)
graph
- The given SDF graph.lexicalOrder
- The lexical order in the form of
List.
Method Detail |
---|
public java.lang.String toString()
toString
in interface mocgraph.analysis.analyzer.Analyzer
toString
in class DPPOStrategy
protected void _optimumFor(int i, int j)
_optimumFor
in class DPPOStrategy
i
- The element with index i.j
- The element with index j.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |