mapss.dif.csdf.sdf.sched
Class CDPPOTableElement

java.lang.Object
  extended by mapss.dif.csdf.sdf.sched.CDPPOTableElement

public class CDPPOTableElement
extends java.lang.Object

Table entry of adapted DPPO for code size optimization.

CAUTION: This class does NOT extend DPPOTableElement.

Version:
$Id: CDPPOTableElement.java 406 2007-05-10 14:27:07Z plishker $
Author:
Mingyung Ko

Field Summary
 int codeSize
          The cost for the element
 mocgraph.sched.ScheduleElement schedule
          The optimum sub-schedule.
 
Constructor Summary
CDPPOTableElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codeSize

public int codeSize
The cost for the element


schedule

public mocgraph.sched.ScheduleElement schedule
The optimum sub-schedule.

Constructor Detail

CDPPOTableElement

public CDPPOTableElement()