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 ( |
||
StepBegins ( String sourceId, ulong timeId, double step ) : void |
Method | Description | |
---|---|---|
Connect ( ) : void |
Method | Description | |
---|---|---|
DoSend ( |
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 |
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 |
public AddGraphAttribute ( String sourceId, ulong timeId, String attribute, Object value ) : void | ||
sourceId | String | |
timeId | ulong | |
attribute | String | |
value | Object | |
return | void |
public AddNode ( String sourceId, ulong timeId, String nodeId ) : void | ||
sourceId | String | |
timeId | ulong | |
nodeId | String | |
return | void |
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 |
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 |
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 |
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 |
public GraphClear ( String sourceId, ulong timeId ) : void | ||
sourceId | String | |
timeId | ulong | |
return | void |
public NetStreamSender ( String stream, String host, int port ) : System | ||
stream | String | |
host | String | |
port | int | |
return | System |
public NetStreamSender ( String host, int port ) : System | ||
host | String | |
port | int | |
return | System |
public RemoveEdge ( String sourceId, ulong timeId, String edgeId ) : void | ||
sourceId | String | |
timeId | ulong | |
edgeId | String | |
return | void |
public RemoveEdgeAttribute ( String sourceId, ulong timeId, String edgeId, String attribute ) : void | ||
sourceId | String | |
timeId | ulong | |
edgeId | String | |
attribute | String | |
return | void |
public RemoveGraphAttribute ( String sourceId, ulong timeId, String attribute ) : void | ||
sourceId | String | |
timeId | ulong | |
attribute | String | |
return | void |
public RemoveNode ( String sourceId, ulong timeId, String nodeId ) : void | ||
sourceId | String | |
timeId | ulong | |
nodeId | String | |
return | void |
public RemoveNodeAttribute ( String sourceId, ulong timeId, String nodeId, String attribute ) : void | ||
sourceId | String | |
timeId | ulong | |
nodeId | String | |
attribute | String | |
return | void |
public SetPacker ( |
||
paker | ||
return | void |
public StepBegins ( String sourceId, ulong timeId, double step ) : void | ||
sourceId | String | |
timeId | ulong | |
step | double | |
return | void |