|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatch.Computation
class Computation
Computation model class.
Constructor Summary | |
---|---|
Computation(Date W_Date,
double D_Reference,
double D_ReferenceRisks,
double D_ReferenceOpportunities,
double D_Imputed,
double D_Remaining,
double D_RemainingRisks,
double D_RemainingOpportunities,
double D_Planned,
double D_Earned)
Constructor. |
Method Summary | |
---|---|
Date |
getDate()
Date accessor. |
double |
getEarned()
Earned value accessor. |
double |
getImputed()
Imputed value accessor. |
double |
getPlanned()
Planned value accessor. |
double |
getReference()
Reference value accessor. |
double |
getReferenceOpportunities()
Reference opportunities value accessor. |
double |
getReferenceRisks()
Reference risks value accessor. |
double |
getRemaining()
Remaining value accessor. |
double |
getRemainingOpportunities()
Remaining opportunities value accessor. |
double |
getRemainingRisks()
Remaining risks value accessor. |
java.lang.String |
toString()
String representation of the computation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Computation(Date W_Date, double D_Reference, double D_ReferenceRisks, double D_ReferenceOpportunities, double D_Imputed, double D_Remaining, double D_RemainingRisks, double D_RemainingOpportunities, double D_Planned, double D_Earned)
W_Date
- Date of the computation.D_Reference
- Reference value at this moment of the computation.D_ReferenceRisks
- Reference risks value at this moment of the computation.D_ReferenceOpportunities
- Reference opportunities at this moment of the computation.D_Imputed
- Imputed value at this moment of the computation.D_Remaining
- Remaining value at this moment of the computation.D_RemainingRisks
- Remaining risks value at this moment of the computation.D_RemainingOpportunities
- Remaining opportunities value at this moment of the computation.D_Planned
- Planned imputations value at this moment of the computation.D_Earned
- Earned value (against reference) at this moment of the computation.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Date getDate()
public double getReference()
public double getReferenceRisks()
public double getReferenceOpportunities()
public double getImputed()
public double getRemaining()
public double getRemainingRisks()
public double getRemainingOpportunities()
public double getPlanned()
public double getEarned()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |