|
|||||||||
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.FlatStrategy
public class FlatStrategy
A flat scheduler for SDF graphs. Since a topological sorting is performed,
the graph is required to be acyclic (see valid()
).
Field Summary |
---|
Fields inherited from class mapss.dif.DIFScheduleStrategy |
---|
_clusterManager |
Constructor Summary | |
---|---|
FlatStrategy(SDFGraph graph)
Constructor of an SDFGraph . |
Method Summary | |
---|---|
mocgraph.sched.Schedule |
schedule()
Compute a flat schedule for an acyclic SDF graph. |
java.lang.String |
toString()
A description of flat scheduler. |
boolean |
valid()
Acyclic property is validated for flat scheduling. |
Methods inherited from class mapss.dif.DIFScheduleStrategy |
---|
getClusterManager, graph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlatStrategy(SDFGraph graph)
SDFGraph
.
graph
- The given SDF graph.Method Detail |
---|
public mocgraph.sched.Schedule schedule()
schedule
in interface mocgraph.sched.ScheduleAnalyzer
schedule
in class DIFScheduleStrategy
public java.lang.String toString()
toString
in interface mocgraph.analysis.analyzer.Analyzer
toString
in class DIFScheduleStrategy
public boolean valid()
valid
in interface mocgraph.analysis.analyzer.Analyzer
valid
in class DIFScheduleStrategy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |