BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description: Add undirected links with a set of agents. End description
Add undirected links
Begin NetLogo code:
substitute-text-area-for other-agents all-others create-links-with other-agents
End NetLogo code
You can specify the other agents by editing the text area. For example all-others with [my-age > 21] will select all other agents whose attribute my-age is greater than 21.
This uses the NetLogo create-links-with primitive with the specified set.
Add an undirected link with another. Add a directed link from another. Add a directed link to another, and Add directed links to a set of agents.
Add undirected links was implemented by Ken Kahn.
BehaviourComposer: ignore everything after this.