|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.ds.peersim.payloads.DecidePayload
public class DecidePayload
Distributed Systems Course Project
Year: 2009/2010
University of Trento
DecidePayload - Class that implements the DecidePayload used in the consensus messages.
http://peersim.sourceforge.net/| Constructor Summary | |
|---|---|
DecidePayload(double estimation)
Instantiates a new decide payload. |
|
| Method Summary | |
|---|---|
double |
getEstimation()
Gets the estimation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DecidePayload(double estimation)
estimation - the estimation| Method Detail |
|---|
public double getEstimation()
Payload
getEstimation in interface Payloadpublic java.lang.String toString()
toString in interface PayloadtoString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||