metawards.Link¶
-
class
metawards.
Link
(ifrom: int = None, ito: int = None, weight: float = None, suscept: float = None, distance: float = None, A: int = None)[source]¶ This is a link between nodes in the network
-
__init__
(ifrom: int = None, ito: int = None, weight: float = None, suscept: float = None, distance: float = None, A: int = None) → None¶
Methods
__init__
(ifrom, ito, weight, suscept, …)Attributes
A
distance
ifrom
ito
suscept
weight
-