C# Class Unm.DistributedSystem.ButterflyNetwork.UpNodeConnection

Inheritance: NodeConnection
Show file Open project: mahdiz/mpclib

Public Methods

Method Description
Clone ( ) : object
GetSize ( ) : int
UpNodeConnection ( int fromSupernode, int toSupernode, int nodeId ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

GetSize() public method

public GetSize ( ) : int
return int

UpNodeConnection() public method

public UpNodeConnection ( int fromSupernode, int toSupernode, int nodeId ) : System
fromSupernode int
toSupernode int
nodeId int
return System