Function |
Description |
Network getNetwork() |
Returns the network this agent lives in, actual for agents in continuous space. |
Node getNetworkNode() |
Returns the network node this agent is currently located in; actual for agents in continuous space. |
Network[] getNetworks() |
Returns the array of networks located in this agent, or empty array if the agent does not contain networks. |
void setNetworkNode(Node node) |
Sets the current network location for the agent.
Parameters: |
void setNetworkNode(Attractor attractor) |
Sets the current network location for the agent.
Parameters: |
void setNetwork(Network network) |
Sets this agent to live in the network, actual for agents in continuous space. |