Attributes
- Companion
- object
- Source
- Agent.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Abstract methods
Attributes
- Source
- Agent.scala
Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)
Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Returns the value of the variable in the given position of the agent variable array
Returns the value of the variable in the given position of the agent variable array
Value parameters
- vn
-
the index into the agent variable array
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Sets the variable in the position vn of the agent variable array to value
Sets the variable in the position vn of the agent variable array to value
Value parameters
- value
-
the new value for the variable
- vn
-
the index into the agent variable array
Attributes
- Throws
-
api.AgentException
If value is the wrong type for the given variable or if you try to change variables that cannot be changed
- Source
- Agent.scala
Returns the name of the variable with the given index. Works for built-in, *-own, and breed variables.
Returns the name of the variable with the given index. Works for built-in, *-own, and breed variables.
Value parameters
- vn
-
the index of the variable
Attributes
- Source
- Agent.scala
Concrete methods
Attributes
- Definition Classes
-
Comparable
- Source
- Agent.scala
Returns the id number of this agent. The who number in the case of a turtle, index into the array in the case of patches
Returns the id number of this agent. The who number in the case of a turtle, index into the array in the case of patches
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Returns raw array of all agent variables. Warning: this method is liable to change return type in a future API version.
Returns raw array of all agent variables. Warning: this method is liable to change return type in a future API version.
Attributes
- Source
- Agent.scala
Attributes
- Source
- Agent.scala
Inherited and Abstract methods
0-255, 0 = invisible, 255 = opaque
Returns the kind of this agent (Turtle, Link, Patch, Observer).
Returns the kind of this agent (Turtle, Link, Patch, Observer).
Attributes
- Inherited from:
- Agent
- Source
- Agent.scala
Returns the name of the current shape, empty string in the case of patches.
Returns the name of the current shape, empty string in the case of patches.
Attributes
- Inherited from:
- Agent
- Source
- Agent.scala
Returns the size of this agent
Concrete fields
Returns the world object associated with this agent