C# Class Netstream.NetStreamSender

Afficher le fichier Open project: graphstream/gs-netstream Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Connect ( ) : void

Private Methods

Méthode Description
DoSend ( NetStreamStorage buff ) : void

Method Details

AddEdge() public méthode

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
Résultat void

AddEdgeAttribute() public méthode

public AddEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute, Object value ) : void
sourceId String
timeId ulong
edgeId String
attribute String
value Object
Résultat void

AddGraphAttribute() public méthode

public AddGraphAttribute ( String sourceId, ulong timeId, String attribute, Object value ) : void
sourceId String
timeId ulong
attribute String
value Object
Résultat void

AddNode() public méthode

public AddNode ( String sourceId, ulong timeId, String nodeId ) : void
sourceId String
timeId ulong
nodeId String
Résultat void

AddNodeAttribute() public méthode

public AddNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute, Object value ) : void
sourceId String
timeId ulong
nodeId String
attribute String
value Object
Résultat void

ChangeEdgeAttribute() public méthode

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
Résultat void

ChangeGraphAttribute() public méthode

public ChangeGraphAttribute ( String sourceId, ulong timeId, String attribute, Object oldValue, Object newValue ) : void
sourceId String
timeId ulong
attribute String
oldValue Object
newValue Object
Résultat void

ChangeNodeAttribute() public méthode

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
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Connect() protected méthode

protected Connect ( ) : void
Résultat void

GraphClear() public méthode

public GraphClear ( String sourceId, ulong timeId ) : void
sourceId String
timeId ulong
Résultat void

NetStreamSender() public méthode

public NetStreamSender ( String stream, String host, int port ) : System
stream String
host String
port int
Résultat System

NetStreamSender() public méthode

public NetStreamSender ( String host, int port ) : System
host String
port int
Résultat System

NetStreamSender() public méthode

public NetStreamSender ( int port ) : System
port int
Résultat System

RemoveEdge() public méthode

public RemoveEdge ( String sourceId, ulong timeId, String edgeId ) : void
sourceId String
timeId ulong
edgeId String
Résultat void

RemoveEdgeAttribute() public méthode

public RemoveEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute ) : void
sourceId String
timeId ulong
edgeId String
attribute String
Résultat void

RemoveGraphAttribute() public méthode

public RemoveGraphAttribute ( String sourceId, ulong timeId, String attribute ) : void
sourceId String
timeId ulong
attribute String
Résultat void

RemoveNode() public méthode

public RemoveNode ( String sourceId, ulong timeId, String nodeId ) : void
sourceId String
timeId ulong
nodeId String
Résultat void

RemoveNodeAttribute() public méthode

public RemoveNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute ) : void
sourceId String
timeId ulong
nodeId String
attribute String
Résultat void

RemovePacker() public méthode

public RemovePacker ( ) : void
Résultat void

SetPacker() public méthode

public SetPacker ( NetStreamPacker paker ) : void
paker NetStreamPacker
Résultat void

StepBegins() public méthode

public StepBegins ( String sourceId, ulong timeId, double step ) : void
sourceId String
timeId ulong
step double
Résultat void