C# 클래스 Unm.DistributedSystem.ButterflyNetwork.NodeConnection

상속: ITransmittable
파일 보기 프로젝트 열기: mahdiz/mpclib

공개 메소드들

메소드 설명
Clone ( ) : object
GetSize ( ) : int
NodeConnection ( NodeConnectionDirection direction, int fromSupernode, int toSupernode ) : System
ToString ( ) : string

메소드 상세

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : object
리턴 object

GetSize() 공개 메소드

public GetSize ( ) : int
리턴 int

NodeConnection() 공개 메소드

public NodeConnection ( NodeConnectionDirection direction, int fromSupernode, int toSupernode ) : System
direction NodeConnectionDirection
fromSupernode int
toSupernode int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string