_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_histograms
Attributes
N
Number of nodes edges_in
A list containing the edges coming in to the network at the correspoding time in t edges_initial
A list containing the edges of the network at time t0 edges_out
A list containing the edges leaving 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 changes occur. t0
The initial time time_unit
A string containing the unit of time for this network. tmax
The final time -