public class SymphonyEstimationProtocol extends java.lang.Object implements NetworkSizeEstimatorProtocolInterface
| Constructor and Description |
|---|
SymphonyEstimationProtocol(java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
getNetworkSize(peersim.core.Node node)
Implementation of the estimated network size as a variant of the paper one.
|
public SymphonyEstimationProtocol(java.lang.String prefix)
public int getNetworkSize(peersim.core.Node node)
getNetworkSize in interface NetworkSizeEstimatorProtocolInterfacepublic java.lang.Object clone()
clone in interface peersim.core.Protocolclone in class java.lang.Object