mapss.dif.csdf.sdf.sched
Class DPPOTableElement

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

public class DPPOTableElement
extends java.lang.Object

A base class for DPPO table element.

Version:
$Id: DPPOTableElement.java 362 2007-02-25 21:08:57Z plishker $
Author:
Mingyung Ko

Field Summary
 double cost
          The cost for the element
 int gcd
          The Greatest Common Divisor (gcd) value.
 boolean reverseSplit
          Indication for reverse or normal split for GDPPO.
 int split
          The split place for optimal solutions.
 
Constructor Summary
DPPOTableElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cost

public double cost
The cost for the element


gcd

public int gcd
The Greatest Common Divisor (gcd) value.


split

public int split
The split place for optimal solutions.


reverseSplit

public boolean reverseSplit
Indication for reverse or normal split for GDPPO.

Constructor Detail

DPPOTableElement

public DPPOTableElement()