-
Notifications
You must be signed in to change notification settings - Fork 99
BuiltInSpecies
This file is automatically generated from java files. Do Not Edit It.
It is possible to use in the models a set of built-in agents. These agents allow to directly use some advance features like clustering, multi-criteria analysis, etc. The creation of these agents are similar as for other kinds of agents:
create species: my_built_in_agent returns: the_agent;
So, for instance, to be able to use clustering techniques in the model:
create cluster_builder returns: clusterer;
<wiki:toc max_depth="3" /> agent, AgentDB, base_edge, experiment, graph_edge, graph_node, physical_world,
- returns:
unknown
- returns:
unknown
- returns:
unknown
-
returns:
unknown
-
→
params
(map
): Connection parameters
-
returns:
int
-
→
updateComm
(string
): SQL commands such as Create, Update, Delete, Drop with question mark -
→
values
(list
): List of values that are used to replace question mark
- returns:
unknown
-
returns:
int
-
→
into
(string
): Table name -
→
columns
(list
): List of column name of table -
→
values
(list
): List of values that are used to insert into table. Columns and values must have same size
- returns:
bool
-
returns:
list
-
→
select
(string
): select string -
→
values
(list
): List of values that are used to replace question marks
-
returns:
unknown
-
→
params
(map
): Connection parameters
-
returns:
bool
-
→
params
(map
): Connection parameters
- returns:
float
Forces all outputs to refresh, optionally recomputing their values
-
returns:
unknown
-
→
recompute
(boolean
): Whether or not to force the outputs to make a computation step
This operator should never be called
-
returns:
bool
-
→
other
(agent
): The other agent
-
returns:
unknown
-
→
step
(float
):
- Installation and Launching
- Workspace, Projects and Models
- Editing Models
- Running Experiments
- Running Headless
- Preferences
- Troubleshooting
- Introduction
- Manipulate basic Species
- Global Species
- Defining Advanced Species
- Defining GUI Experiment
- Exploring Models
- Optimizing Model Section
- Multi-Paradigm Modeling
- Manipulate OSM Data
- Diffusion
- Using Database
- Using FIPA ACL
- Using BDI with BEN
- Using Driving Skill
- Manipulate dates
- Manipulate lights
- Using comodel
- Save and restore Simulations
- Using network
- Headless mode
- Using Headless
- Writing Unit Tests
- Ensure model's reproducibility
- Going further with extensions
- Built-in Species
- Built-in Skills
- Built-in Architecture
- Statements
- Data Type
- File Type
- Expressions
- Exhaustive list of GAMA Keywords
- Installing the GIT version
- Developing Extensions
- Introduction to GAMA Java API
- Using GAMA flags
- Creating a release of GAMA
- Documentation generation