Runs at the initialization of a new connection between two agents. Can be used to assign new properties to Edge
objects.
Required Parameters
edge — Edge
The
Edge
object being initialized.kind — str
The kind of edge being created.
agent1 — Agent
The first vertex of the edge.
agent2 — Agent
The second vertex of the edge.
Notes and Examples