_tacoma.edge_changes¶
-
class
_tacoma.edge_changes¶ Description of a temporal network by listing the changes of edges at a certain time.
-
__init__(*args, **kwargs)¶ Overloaded function.
- __init__(self: _tacoma.edge_changes) -> None
- __init__(self: _tacoma.edge_changes, edge_changes_with_histograms: edge_changes_with_histograms) -> None
Initialize from an instance of
_tacoma.edge_changes_with_histograms
Methods
__init__(*args, **kwargs)Overloaded function. copy_from(self, arg0)[deprecated] copy the relevant information from an instance of _tacoma.edge_changes_with_histogramsAttributes
NNumber of nodes edges_inA list containing the edges coming in to the network at the correspoding time in t edges_initialA list containing the edges of the network at time t0 edges_outA list containing the edges leaving 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 changes occur. t0The initial time time_unitA string containing the unit of time for this network. tmaxThe final time -