it.unitn.ds.peersim.payloads
Interface Payload

All Known Implementing Classes:
DecidePayload, PhasePayload

public interface Payload

Distributed Systems Course Project

Year: 2009/2010

University of Trento

Payload - Interface used to implements the class containing the payload of the messages.

Version:
1.0
Author:
Avancini Mattia, Giampaolo Farina
See Also:
http://peersim.sourceforge.net/

Method Summary
 double getEstimation()
          Gets the estimation.
 java.lang.String toString()
           
 

Method Detail

getEstimation

double getEstimation()
Gets the estimation.

Returns:
the estimation

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()