_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_histogramsAttributes
NNumber of nodes edgesA list containing the edge list of the network at the correspoding time in t int_to_nodeA dictionary int -> string which keeps the original node names. notesA string containing additional notes for this network. tAn ordered list containing the time points at which the new edge list becomes active. time_unitA string containing the unit of time for this network. tmaxThe final time -