|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.csdf.sdf.sched.DPPOTableElement
public class DPPOTableElement
A base class for DPPO table element.
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 |
---|
public double cost
public int gcd
public int split
public boolean reverseSplit
Constructor Detail |
---|
public DPPOTableElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |