RemoteEdgeAddition
#
Bases: object
An edge update
Parameters:
Name | Type | Description | Default |
---|---|---|---|
src
|
GID
|
the id of the source node |
required |
dst
|
GID
|
the id of the destination node |
required |
layer
|
str
|
the layer for the update |
required |
metadata
|
PropInput
|
the metadata for the edge |
required |
updates
|
list[RemoteUpdate]
|
the temporal updates for the edge |
required |
__new__(src, dst, layer=None, metadata=None, updates=None)
#
Create and return a new object. See help(type) for accurate signature.