C# Class Netstream.NetStreamSender

Datei anzeigen Open project: graphstream/gs-netstream Class Usage Examples

Public Methods

Method Description
AddEdge ( String sourceId, ulong timeId, String edgeId, String fromNodeId, String toNodeId, bool directed ) : void
AddEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute, Object value ) : void
AddGraphAttribute ( String sourceId, ulong timeId, String attribute, Object value ) : void
AddNode ( String sourceId, ulong timeId, String nodeId ) : void
AddNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute, Object value ) : void
ChangeEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute, Object oldValue, Object newValue ) : void
ChangeGraphAttribute ( String sourceId, ulong timeId, String attribute, Object oldValue, Object newValue ) : void
ChangeNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute, Object oldValue, Object newValue ) : void
Close ( ) : void
GraphClear ( String sourceId, ulong timeId ) : void
NetStreamSender ( String stream, String host, int port ) : System
NetStreamSender ( String host, int port ) : System
NetStreamSender ( int port ) : System
RemoveEdge ( String sourceId, ulong timeId, String edgeId ) : void
RemoveEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute ) : void
RemoveGraphAttribute ( String sourceId, ulong timeId, String attribute ) : void
RemoveNode ( String sourceId, ulong timeId, String nodeId ) : void
RemoveNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute ) : void
RemovePacker ( ) : void
SetPacker ( NetStreamPacker paker ) : void
StepBegins ( String sourceId, ulong timeId, double step ) : void

Protected Methods

Method Description
Connect ( ) : void

Private Methods

Method Description
DoSend ( NetStreamStorage buff ) : void

Method Details

AddEdge() public method

public AddEdge ( String sourceId, ulong timeId, String edgeId, String fromNodeId, String toNodeId, bool directed ) : void
sourceId String
timeId ulong
edgeId String
fromNodeId String
toNodeId String
directed bool
return void

AddEdgeAttribute() public method

public AddEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute, Object value ) : void
sourceId String
timeId ulong
edgeId String
attribute String
value Object
return void

AddGraphAttribute() public method

public AddGraphAttribute ( String sourceId, ulong timeId, String attribute, Object value ) : void
sourceId String
timeId ulong
attribute String
value Object
return void

AddNode() public method

public AddNode ( String sourceId, ulong timeId, String nodeId ) : void
sourceId String
timeId ulong
nodeId String
return void

AddNodeAttribute() public method

public AddNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute, Object value ) : void
sourceId String
timeId ulong
nodeId String
attribute String
value Object
return void

ChangeEdgeAttribute() public method

public ChangeEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute, Object oldValue, Object newValue ) : void
sourceId String
timeId ulong
edgeId String
attribute String
oldValue Object
newValue Object
return void

ChangeGraphAttribute() public method

public ChangeGraphAttribute ( String sourceId, ulong timeId, String attribute, Object oldValue, Object newValue ) : void
sourceId String
timeId ulong
attribute String
oldValue Object
newValue Object
return void

ChangeNodeAttribute() public method

public ChangeNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute, Object oldValue, Object newValue ) : void
sourceId String
timeId ulong
nodeId String
attribute String
oldValue Object
newValue Object
return void

Close() public method

public Close ( ) : void
return void

Connect() protected method

protected Connect ( ) : void
return void

GraphClear() public method

public GraphClear ( String sourceId, ulong timeId ) : void
sourceId String
timeId ulong
return void

NetStreamSender() public method

public NetStreamSender ( String stream, String host, int port ) : System
stream String
host String
port int
return System

NetStreamSender() public method

public NetStreamSender ( String host, int port ) : System
host String
port int
return System

NetStreamSender() public method

public NetStreamSender ( int port ) : System
port int
return System

RemoveEdge() public method

public RemoveEdge ( String sourceId, ulong timeId, String edgeId ) : void
sourceId String
timeId ulong
edgeId String
return void

RemoveEdgeAttribute() public method

public RemoveEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute ) : void
sourceId String
timeId ulong
edgeId String
attribute String
return void

RemoveGraphAttribute() public method

public RemoveGraphAttribute ( String sourceId, ulong timeId, String attribute ) : void
sourceId String
timeId ulong
attribute String
return void

RemoveNode() public method

public RemoveNode ( String sourceId, ulong timeId, String nodeId ) : void
sourceId String
timeId ulong
nodeId String
return void

RemoveNodeAttribute() public method

public RemoveNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute ) : void
sourceId String
timeId ulong
nodeId String
attribute String
return void

RemovePacker() public method

public RemovePacker ( ) : void
return void

SetPacker() public method

public SetPacker ( NetStreamPacker paker ) : void
paker NetStreamPacker
return void

StepBegins() public method

public StepBegins ( String sourceId, ulong timeId, double step ) : void
sourceId String
timeId ulong
step double
return void