inNeighborsOf

fun inNeighborsOf(agent: A): Set<A>(source)

In-neighbors of agent: agents with an edge pointing to agent. For undirected networks this is identical to neighborsOf.