_tacoma.edge_lists¶
-
class
_tacoma.
edge_lists
¶ Description of a temporal network by listing the edges of the networks at a certain time.
-
__init__
(*args, **kwargs)¶ Overloaded function.
- __init__(self: _tacoma.edge_lists) -> None
- __init__(self: _tacoma.edge_lists, edge_lists_with_histograms: edge_lists_with_histograms) -> None
Initialize from an instance of
_tacoma.edge_lists_with_histograms
Methods
__init__
(*args, **kwargs)Overloaded function. copy_from
(self, arg0)[deprecated] copy the relevant information from an instance of _tacoma.edge_lists_with_histograms
Attributes
N
Number of nodes edges
A list containing the edge list of the network at the correspoding time in t int_to_node
A dictionary int -> string which keeps the original node names. notes
A string containing additional notes for this network. t
An ordered list containing the time points at which the new edge list becomes active. time_unit
A string containing the unit of time for this network. tmax
The final time -