doc-fred-ref
  • Introduction
  • Symbols
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
    • I Index
    • id
    • if
    • import_exposures()
    • in_law
    • include
    • index_agents()
    • index_values()
    • inlinks()
      • Synopsis
      • Description
      • Parameters
      • Returns
      • Errors
      • Examples
      • See Also
    • institutionalized_group_quarters_pop
    • int()
    • intersection()
    • is_at()
    • is_connected_from()
    • is_connected_to()
    • is_date_in_range()
    • is_directed
    • is_file_open()
    • is_group_agent()
    • is_group_open()
    • is_in_list()
    • is_in_range()
    • is_member()
    • is_meta_agent()
    • is_open()
    • is_restart()
    • is_skipping()
    • is_temporarily_closed()
  • J
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • Y
doc-fred-ref
  • Starts with I
  • inlinks()
  • Edit on GitHub

inlinks()

Get the list of agents that have links to the current agent in a directed network.

Synopsis

inlinks(network_name)

Description

Get the list of agents that have links to the current agent in a directed network.

Parameters

network_name

A valid directed network name.

Returns

Returns a list of agent IDs. The list may be empty.

Errors

A compiler error occurs if the network does not exist or is undirected.

Examples

my_suppliers = inlinks(my_supply_chain_network)

See Also

links() outlinks()

Previous Next

© Copyright 2021, Epistemix Inc.. Revision 1451c980.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: dev8
Versions
latest
dev8
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds